-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lingual 1.1 silently drops first line of tsv source files #23
Comments
Closing as not a bug since the default behavior with .tsv is to assume the first line is the header. The code here that creates the tsv file should provide a header (preferred option) or the header=false property should be set in the catalog definition. |
Thanks for clarifying, looks like |
Hmm, actually I don't fully understand this. What's the relationship between the header column names in the TSV files, and the column names specified in the --stereotype? If they don't match, no error is reported. Which one would be used in that case? |
That's definitely something that we need to fix; we should report an error Currently you have to be careful to not make a stereotype that contradicts On Fri, Apr 25, 2014 at 10:44 AM, Alexander Dean
|
Awesome, added #25 |
Setup:
First row lost
Script:
Output:
Newline at start fixes it
Script:
Output:
The text was updated successfully, but these errors were encountered: