Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

More flexible CSV options #321

Open
2 tasks
kennytm opened this issue May 21, 2020 · 1 comment
Open
2 tasks

More flexible CSV options #321

kennytm opened this issue May 21, 2020 · 1 comment
Labels
difficulty/3-hard Hard issue feature-request This issue is a feature request priority/P2 Medium priority issue

Comments

@kennytm
Copy link
Collaborator

kennytm commented May 21, 2020

Currently the CSV parser has some restrictions to simplify parsing, but some of them can probably be relaxed:

  • Separator (,) and delimiter (") could be more than 1 byte
  • The "NULL" string could be a regex pattern (e.g. NULL|\s*)

(More points may be added depending on request.)

@kennytm kennytm added the feature-request This issue is a feature request label May 21, 2020
@kennytm
Copy link
Collaborator Author

kennytm commented May 25, 2020

(Internal reference: (1) PRM-332, (2) PRM-243.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
difficulty/3-hard Hard issue feature-request This issue is a feature request priority/P2 Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant