Flavio Pompermaier created DRILL-6170:
-----------------------------------------
Summary: Add support for fixed-width files
Key: DRILL-6170
URL: https://issues.apache.org/jira/browse/DRILL-6170
Project: Apache Drill
Issue Type: Improvement
Components: Storage - Text & CSV
Affects Versions: 1.12.0
Reporter: Flavio Pompermaier
I will be useful to be able to parse correctly a fixed-width file.
Similarly to CSV format it could be configured specifying the offset list. For
example:
"fw1": {
"type": "fixed-width",
"extensions": [
"fw1"
],
"offsets": "1,4,8,23,50,99,200"
},
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)