Suppose you have a CSV file that contains 100 lines and every line as 5 fields separated by a separator (comma, semicolon, pipe, etc..) Now you want to retrieve the lines and put every single field into a string. You can do it by using a container and str2con method How to do in X++ … Continue reading D365FO – AX – Convert a string into a container