Posts: 3
Threads: 2
Joined: Jan 2010
Reputation:
0
If I want to create a CSV from scratch what are the required fields in what order that I must have? In 2012 version I was able to do this, but since upgrading to 2015 I have not been able to figure this out.
Thank you,
Posts: 11,319
Threads: 103
Joined: Aug 2006
Reputation:
208
csv import/export is dynamic - just make an export of your existing data (at least one server) - you can specify which fields you want to export - when importing the file will be read and only the values that are in the csv are imported - it's only important that the columns in your file match the header columns
In Patch10 there is a bug with IP adress - exclude this field in export - will be fixed with next patch...
Regards/Gruss
Oliver
Posts: 3
Threads: 2
Joined: Jan 2010
Reputation:
0
what about the field named "ConnectionID"? Should I export this field? Should this field be included in my import CSV file?
Posts: 11,319
Threads: 103
Joined: Aug 2006
Reputation:
208
It's only needed if you want to sync your data with existing data.
So if you export data, edit in Excel, and bulk import back - if you want to create new machines you don't need it...
Regards/Gruss
Oliver