Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the tool accept other delimiters such as semicolons ? #3

Closed
pachevalier opened this issue Jun 15, 2015 · 2 comments
Closed

Does the tool accept other delimiters such as semicolons ? #3

pachevalier opened this issue Jun 15, 2015 · 2 comments

Comments

@pachevalier
Copy link

French speaking people often prefer semicolon delimited files to comma separated files. See for instance this file on DataGouvFr.

Is it possible to adapt the tool to semicolon delimited files ?

@connorsb
Copy link

Looks like you can change the separator and delimiter in this regex block right here: https://github.com/derekeder/csv-to-html-table/blob/master/js/jquery.csv.min.js#L3

@derekeder
Copy link
Owner

@connorsb yup good call. I will add a configuration so you can pass in options to jQuery CSV for separator & delimiter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants