CSV | XML | JSON in MuleSoft
CSV stands for Comma-Separated Values and it is a popular data format in systems of information nowadays. This kind of structured data is presented in a tabular format with columns and rows in which every single line of the file follows a predefined format. All the fields in a row, defined in the file, are plain text and separated by commas. The main challenge of using CSV content is having values in a row that may contain comma characters which will make the file as if the line was not following the preset format. This kind of errors can be solved in two ways:
*
Escaping the comma character https://goo.gl/YkX5tK #DataIntegration #ML


