Hi All,
My requirement is to store some sort of business rule fallout records in file.
It can be anykind of file, preference would be flat file, csv, xls, xlsx etc.
Additional requirements are as follows -
1) File should work on creation mode on 1st run.
2) File should work on append mode on next run onwards.
The above should happen without any code changes during/post run.
Also wanted to understand any best practices to store semi structured data i.e. different files will have different columns but are stored in a single file.
Thanks,
Rohit Bajaj