LocalFileSystem

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image

Delimited data format, popularly known as Csv (Comma Separated Values) format. A separator can be a comma(,) or pipe(|) or any other valid delimiter

Sample (if viewed from rich csv viewer like Microsoft Excel)

Csv Sample Data

  • The sample data has five columns namely FirstName, LastName, Company and Address

  • It has 5 rows (or records)

Sample (the actual data)

Csv Sample Data

However, you should note that the actual data is in delimited format and in this case comma is the delimiter