Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to Connect Flat Files In BI Script ? Anyone Example?
Hi Nanda,
You can use the below script to load data from a text file.
Directory;LOAD Date_Id, Physician_Id, Site_Id, Geo_Id, #New_PatientsFROMTest.txt(txt, codepage is 1252, embedded labels, delimiter is '\t', msq);
Please find the attached sample text file.
Thanks,
Sibin Jacob.C