ITADN

Adding sep= to the top of file to help with opening csv files

#50Closedmathijsfr 创建于 2023-03-14
M
mathijsfrcommented
When adding a delimitter as follows: ``` const dataToConvert = { data: result, filename: `${props.name}.csv`, delimiter: ';', headers: Object.keys(result[0]) } ``` The delimitter should be added at the top of the file to help with opening it. ![image](https://user-images.githubusercontent.com/22468642/225003344-bcc56c27-72d8-4250-ae53-2d560329729c.png)
关闭于 2024-08-20 2 条评论