Replies: 2 comments
-
Looks like if I export to txt file instead it exports the correct data: qbt category list --format csv | Out-File -FilePath $outputCsvPath -Encoding UTF8 -Force I should be able to manipulate the data from there |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the basics of what works. Likely going to try and clean it up some but this works (except for the new show Shogun as it has a funny character in it. Might have to play with that some.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use PowerShell to get a list of categories using qbt category list. However no matter what format I use I am having issues getting PowerShell to get the correct data.
Even if I output as CSV and export that I get one column named "length" and not Name and Save Path columns like I do when I just run the command.
Anyone figure out how to capture the category data so I can go through and delete ones I don't want?
Beta Was this translation helpful? Give feedback.
All reactions