Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Check file and upload file structure in database

hi
I have to validate the data of a tab-delimited files. If all is well in the office database. What I have to do is
1 - Validate if the correct number of fields in each record
2 - Validate the length of the field
3 - Validate that if they meet a decimal formats.
4 - Validate that certain fields have values that are in database tables
5 - If no date fields have to satisfy a pattern
6 - Report of the errors of each record
I can not use tschemaconpliancecheck and delimited file option to verify the structure of each row against the schema
Assuming that the field delimiter is the tab end of the file I have a number of lines that are not fixed at the end as
-->-->-->-->-->
-> ->
->
->->->->->->
I can come sometimes 3 lines, other 4 and other n.
I also want to know how to load these files when satisfied that everything is correct
Regards,
Oscar Manso
Labels (2)
11 Replies
Anonymous
Not applicable
Author

i m not able to understand what you are saying with Replace them with ""
Anonymous
Not applicable
Author

Hi
Can you show 2-3 sample rows in this thread for better understanding