SDN-X / SuperConvert

SuperConvert is a C# library that provides easy and efficient conversion between JSON and various data formats.
https://superconvert.live
MIT License
14 stars 2 forks source link

Changing the seperator not possible #24

Closed fugohan closed 1 year ago

fugohan commented 1 year ago

I saw that the seperator is hard coded to ",". But I would need a ";" as a seperator. Is it possible to implement a seperator option somewhere?

esamelzain commented 1 year ago

The Separator has been supported on the latest version, pass SuperConvertExcelSeperator.SEMICOLON json.ToCsv(path, fileName,SuperConvertExcelSeperator.SEMICOLON)

after the file is generated just open a new Excel sheet -> Import -> on the import wizard select semicolon