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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

add a file in Qliksense

Hello everyone
I wanted your help with a file I added in Qliksense.
The file uses <<,>> as a separator but it puts me all on one field.
When I do it via the script it  adds <<; >> at the end of the last field.
Where can the problem come from?


LOAD [source],

[id_source],

[id],

[nom],

[prenom],

[num_carte_u],

[email]

[date_reconciliation;]

FROM [lib://Reporting/Clients Consolides.csv]

(txt, utf8, embedded labels, delimiter is ',');

Regards,

Joanthan

2 Replies
agigliotti
Partner - Champion
Partner - Champion

could you provide a partial content even scrambled of your csv file ?

Anonymous
Not applicable
Author

Hello,

Thank you for answering. The problem came from my file, it's resolved.