Forum Discussion
SFO
2 years agoOccasional Contributor
How do I export Software License Info?
I see an old post from 2016 showing that you could specify what fields to export but that is no longer the case. How do I export all my software licenses? There doesn't seem to be any way to get that...
MrC
2 years agoSuper Contributor
I'm guessing you've added extra options to the helper in the form of the full perl command (rather than just the options). The perl command is being doubled up here. Try just using the two command line statements directly in Terminal:
cd '/Users/christopherolson/Desktop/mrc-converter-suite'
/usr/bin/perl convert.pl onepux v --to_format csv --match_vault Software '/Users/christopherolson/Desktop/pm_export.1pux'
See if this works for you.