Import of CSV files from the datasource throws exceptionsIssue Import of CSV files from a data source throws exceptions if the CSV data does not comply with RFC4180. When trying to load data that does not conform to RFC4180, you might get errors with narratives such as "data contains..." or "Expecting <something>, in position..."CauseServiceNow expects the CSV data to conform to RFC 4180, and it does not.ResolutionGenerate a CSV document that conforms to RFC 4180.Related LinksYou can use sites such as https://csvlint.io/ to validate the CSV file.