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

Using custom delimiters from extended ASCII table #58

Closed
Nikolai1024 opened this issue Dec 31, 2013 · 2 comments
Closed

Using custom delimiters from extended ASCII table #58

Nikolai1024 opened this issue Dec 31, 2013 · 2 comments

Comments

@Nikolai1024
Copy link

Hi,
I'm able to use custom comma character but in order to use custom quote character I had to hard code it in .m file. It would be great if it could be passed in as a parameter.

Other issue is I would like to use quote character that is chr(254) in ASCII table and I'm not able to hard code that in. It seems datatype char does not support characters that high on ASCII table. Is there anything I can do?

To make things more interesting it seems that chr 254 looks different when I'm looking at ascii or unicode text file.

Just to sum things up, I'm using comma character 20 and quote character 254. This is fairly standard in field I'm in and there is no way to get files in any other format.

Any help would be great.

Thanks
Nick

@davedelong
Copy link
Owner

This is in now. Enjoy.

@Nikolai1024
Copy link
Author

Thanks!!! I will give it a shot.

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

2 participants