MrC Converter Suite error and question
I'm trying out
Here is the command line I'm using:
perl convert.pl onepux --verbose --to_format csv --percategory --exptypes login --match_vault Employee pm_export.1puxIt seems to convert the vault okay but I'm seeing this error message:
Use of uninitialized value $field in lc at
/Users/doug/Desktop/mrc-converter-suite/./MCS/Generators/CSV.pm line 320 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.My other question is regarding the --addfields option. If I do either of these
perl convert.pl onepux --help
perl convert.pl csv --helpit shows the -addfields option. But if I leave that off when converting from onepux to csv it doesn't put all of the custom fields into the notes field as described in the documentation. Is there a way to make this happen?
Thanks!
