Complex Flat File

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image

Complex Flat File (for example nested data structure) does not have built-in support. But one can write a simple few lines of code to read a complex flat file.

Sample Structure

Sample Complex Flat File

  • 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