Sometimes a text files contains "header lines" that you want to skip when scanning the files using FxGqlC.
A new FROM-clause option "-skip=n" has been added to skip the first n lines of the input files. When the input files are multiple files (e.g. when using a zip file containing multiple files, or when using a wildcard like "*.txt"), the first n lines are skipped in every file. This feature is added in version 2.1.
Example:
select distinct * from ['Tennis-ATP-2011.csv' -skip=1]
More information on: https://sites.google.com/site/fxgqlc
Nenhum comentário:
Postar um comentário