filefy icon indicating copy to clipboard operation
filefy copied to clipboard

Allow setting delimiter as a part of the constructor

Open yashshah1 opened this issue 4 years ago • 0 comments

https://github.com/mbrn/filefy/blob/fd154dbb84ebe3b93f97726d644d3e5f151cbca8/src/csv-builder/CsvBuilder.ts#L10

A default value of , can be set if required. Something like:

constrcutor(fileName: string, delimiter: strinng = ",") {

yashshah1 avatar Sep 16 '20 05:09 yashshah1