Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi ,
I am looking to access csv file from SystemRepository , i have stored the file in SystemRepository of Cloud Instance of TWX..when i use getFileListing() it asks parameters like below but not getting how to set path of repo and namemask..also check repo snap..
Thanks,
Solved! Go to Solution.
Hello @VS_9760165 ,
You would upload the csv file in the Repo Thing that you just created , I am pasting my example:
After that you can use the service GetFileListingWithLinks to get info about the file path or list of files it contains :
Let me know if this helps you,
Thank you,
Hi @VS_9760165 ,
Mention Path : /
This will list all the files with path. So by using listed path you can get the required files.
You can click here for more details.
Hope it helps !
My file is at SystemRepository on Cloud instance of TWX so i can access directly without path ? or what should be path ? i had attached snaps whatever i had...and now i am getting empty result after executing getfilelisting like below ...
Thanks
the service itself asking input as path and namemask . could you please see it? i did below steps..
1. created a Thing with baseThingTemplate as FileRepository.(i got all services here)
2.i accessed SystemRepository from left pane of compose and i uploaded the csv file...below images..now i want to access that file from composer or i want the list of files.
thanks
Hello @VS_9760165 ,
You would upload the csv file in the Repo Thing that you just created , I am pasting my example:
After that you can use the service GetFileListingWithLinks to get info about the file path or list of files it contains :
Let me know if this helps you,
Thank you,