python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to write object that contains arrays using csvHelper?
in C#/.net I deserialize a Api-request into a object. This object contains arrays, when i write it to file using csvHelper like this: https://joshclose.github.io/CsvHelper/examples/writing/write-clas...
otk
Votes: 0
Answers: 1
Change CSV encoding from URI
I am trying to download a CSV file and parse its fields and I am using the CSVHelper library (https://joshclose.github.io/CsvHelper).
The issue which i face I think has to do with encoding, as when I ...

Alex
Votes: 0
Answers: 1
csvHelper sort dynamic data
Can anyone help me to understand how we can sort data in csvHelper before we write to string object? I am trying with Key but it is not working in case when there is dynamic data.
string sourc...

Aqdas
Votes: 0
Answers: 1
Read .csv File into Multiple database tables while filling the dependencies between them
I'm doing a project(ASP.Net Razor Pages) and I'm really stuck. So I have this method that reads a .csv file looking like this:
Id
Foods
Categories
Actions
1
Acerola
Fruit
"DNA Protection,...

João Ferreira
Votes: 0
Answers: 1