Forum Discussion
copy .csv data to warehouse
- Anonymous2 years ago
Hi Anonymous ,
I can also find the same result -
By default FileName and FilePath are designed like that.
As a workaround (assume file path won't change dynamically), you can use custom value -Hope this is helpful. Please let me know incase of further queries.
Hi Anonymous ,
Thanks for using Fabric Community.
You can add your additional columns in Copy Activity from here -
Eg:
After adding additional columns in source can you please click on import schema in mapping?
Eg:
After importing you can run the pipeline
Hope this helps.
- Anonymous2 years agoNot applicable
this is good. thanks
in source copy tab, I use
filename --> $$FILENAME which gives 'some-03-May-2024.csv' --> this is correct
directory_path --> $$FILEPATH but this gives the fullpath such as 'Data/some-new/some-03-May-2024.csv'
whereas I would like to see the directory such as 'Data/some-new'
thanks
- Anonymous2 years agoNot applicable
Hi Anonymous ,
I can also find the same result -
By default FileName and FilePath are designed like that.
As a workaround (assume file path won't change dynamically), you can use custom value -Hope this is helpful. Please let me know incase of further queries.
- Anonymous2 years agoNot applicable
hi, I see you have hardcoded the value however my pipeline I would like it to be dynamic as the path will vary since the source varies
any suggestions?
thanks