Glue custom classifiers for CSV with non standard delimiter
0
I am trying to use AWS Glue to crawl a data set and make it available to query in Athena. My data set is a delimited text file using ^ to separate columns. Glue is not able to infer the schema for this data as the CSV classifier only recognises comma (,), pipe (|), tab (t), semicolon (;), and Ctrl-A (u0001). Is there a way of updating this classifer to include non standard delimeters? The option to build custom classifiers only seems to support Grok, JSON or XML which are not applicable in this case.
amazon-web-services aws-glue
share | improve this question
edited Nov 12 at 12:48
Vadim Kotov
4