You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to write a CSV Schema, we need to know exactly what are the column names and list them all in the CSV Schema file.
Do we have plan to support wild card?
Example:
Suppose the CSV file contains columns from phone_1 to phone_10, all the column definitions are same for the 10 columns. Currently, we need to repeatedly define phone_x definitions 10 times, which is not efficient and not easy to maintain.
With wild card grouping, we only need to define once.
The text was updated successfully, but these errors were encountered:
Git commit version: 3be31fb
Currently, to write a CSV Schema, we need to know exactly what are the column names and list them all in the CSV Schema file.
Do we have plan to support wild card?
Example:
Suppose the CSV file contains columns from phone_1 to phone_10, all the column definitions are same for the 10 columns. Currently, we need to repeatedly define phone_x definitions 10 times, which is not efficient and not easy to maintain.
With wild card grouping, we only need to define once.
The text was updated successfully, but these errors were encountered: