[
https://issues.apache.org/jira/browse/ASTERIXDB-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael J. Carey reassigned ASTERIXDB-2901:
-------------------------------------------
Assignee: Till Westmann
> Infer schema from CSV header
> ----------------------------
>
> Key: ASTERIXDB-2901
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2901
> Project: Apache AsterixDB
> Issue Type: New Feature
> Reporter: Gift Sinthong
> Assignee: Till Westmann
> Priority: Trivial
>
> Creating external datasets from CSV files should be able to infer the
> attribute names from the file header if present and sample records for the
> data type. For example, in the create statement there could be an "infer"
> flag that takes in the number of records to scan like the below statement.
> CREATE EXTERNAL DATASET Employee() USING localfs
> (("path"="localhost:///employees.csv"), ("format"="delimited-text"),
> ("delimiter"=","), ("header"=true), ("infer"=10))
--
This message was sent by Atlassian Jira
(v8.3.4#803005)