How to write complex objects in a csv file?
I want to write a program in C# that can write list of object in a csv file with some complex objects. Some of them can be nested. How can I do that ?
I want to write a program in C# that can write list of object in a csv file with some complex objects. Some of them can be nested. How can I do that ?