Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I am trying to load one file using the below code it is working fine but when I am replacing MeterReads_101020 with MeterReads* in the below code (to load multiple files) it is showing an error (screenshot attached for ref)
LOAD
MeterID,
"Time",
MeterRead
FROM [lib://TW Dashboards:OneDrive - romila.bhagat@gmail.com/SMOC POC/MeterReads_101020.csv]
(txt, codepage is 1252, embedded labels, delimiter is ',', msq);
Also could you please let me know to create a new connection where do I find the file location option as folders like we had in Qlik sense desktop. I have used OneDrive so is the above error because of that?
Regards,
Romila.
Hello @robhagat
This is a limitation of the OneDrive connector, see https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Conne...
"You cannot use a wildcard or masking syntax to only return files matching a specific pattern."
It would work if you used attached files (lib://datafiles/), but that would require you to upload all the needed files to the Qlik SaaS tenant.
Please also do not forget to mark the thread as "resolved" once the question has been answered.
Thank you.
@Damien_V , @Patricia_Silva : Could you please let me know if this feature is also disabled for SaaS version? I am not able to upload multiple files, having same filename but different dates, by giving wildcard (*). Please suggest way forward.
Regards,
Romila.
Hello @robhagat
This is a limitation of the OneDrive connector, see https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Conne...
"You cannot use a wildcard or masking syntax to only return files matching a specific pattern."
It would work if you used attached files (lib://datafiles/), but that would require you to upload all the needed files to the Qlik SaaS tenant.
Please also do not forget to mark the thread as "resolved" once the question has been answered.
Thank you.