Automattic / Automattic/asana2linear-csv
Make the CSV delimiter configurable
Open
- Dominant language
- PHP
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The default script uses `;` as the CSV delimiter, but the default export from Asana uses `,`. The three `fgets()` calls in the transformer script have the `;` hard-coded, resulting in an output CSV that has empty field values.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.