Box CLI CSV Format for files:versions:promote
What is the correct format for a CSV file for use promoting a version to current?
I've tried the obvious, in a CSV file ([promote_v4.csv) with only the following:
11111,55555
11114,44445
Individual commands work as expected e.g.
These work:
box files:versions:promote 11111 55555
box files:versions:promote 11114 44445
But using the following command doesn't work:
Doesn't work:
box files:versions:promote --bulk-file-path=/Users/matt/Desktop/promote_v4.csv
What's missing?
-
Official comment
Apologies for the long delay! I was successful by creating the CSV with two columns. In the first row I put my headers: FILEID and FILEVERSIONID. And then in the second row the value for each.
Comment actions
Please sign in to leave a comment.
Comments
3 comments