-
Last month on the 26th I was testing the searchable metadata tool with a csv syncer and it was working successfully and I have the files in the specific directory. Today I came back to some more testing with other configs and was receiving an error with a new config, as well as the same error with the same inputs that previously worked and got me the metadata files on the 26th. Here is the error:
╭─────────────────────────────────────────── Traceback (most recent call last) ────────────────────────────────────────────╮
PS C:\Users\XFMJ7YY> cs_tools tools searchable metadata --syncer csv://csv_syncer --config Qa I will attach the log file to this post as well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looks like the text file appended itself to the bottom of the question. |
Beta Was this translation helpful? Give feedback.
-
This worked, thanks! |
Beta Was this translation helpful? Give feedback.
@DavinRK1 can you use the declarative form of the syncer?
cs_tools tools searchable metadata --syncer "csv://directory=..." --config Qa
, replace the...
with the full path of the directory you want to export data to.For example..
cs_tools tools searchable metadata --syncer "csv://directory=C:\Users\XFMJ7YY\Downloads" --config Qa