







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
-
The sample data has five columns namely FirstName, LastName, Company and Address
-
It has 5 rows (or records)
Sample (the actual data)
However, you should note that the actual data is in delimited format and in this case comma is the delimiter