What exactly is Table metadata
AnsweredHi, I am looking into chain implementation and I am confused about the data the metadata function gives me. is there a way to get file IDs of table imports through this command?
Thanks
-
Hi Adeb, if you're looking to get the IDs of datasets within a Wdata Table, you can use the List Files command for this. You must specify the Table ID to configure this command. It will return a list of files in the table, including the IDs of the files.
0Thanks Jeff! one more question though, how exactly do you extract the ID after using the list files command
0The List Files command returns a JSON object of files in the Wdata Table. You could use a Group Node to iterate over the list of files and perform actions on them. Or you could filter and retrieve a specific file itself. One way to do this would be to Convert JSON to CSV and then use Smart Filter Rows to isolate the specific file you need.
Also, I wanted to provide a few helpful links. This website https://support.workiva.com/hc/en-us/categories/360002307351-Working-in-Wdata is a great resource to reference while developing Chains. It is full of documentation on the subject. Additionally, I recommend the following training courses that are also great resources to help learn about the Data Management Suite:
0Please sign in to leave a comment.
Comments
3 comments