C#C
C#•2y ago•
8 replies
Nacho Man Randy Cabbage

Design for letting user select properties to write to a CSV file

I have a list of objects where the object type has about 60 properties. The user wants to be able to export this list to a CSV file with only the properties they choose. I'm trying to think of a better design than just a huge if/else statement (bound to a checkbox for each property that the user can check/uncheck) and building each line.

Open to any ideas 🙂
Was this page helpful?