CSV2PLIST
by CAMPOLESE IMMOBILIARE S.R.L.
v1.1
ยท
Updated 3 months ago
ยท
0 Bytes
ยท
Released Aug 2017
Key Features
๐ค
AI Powered
About CSV2PLIST
This simple tool enables you to convert CSV files into PLIST ones of three different formats:
* Dictionary: the first row of the CSV defines the key of the resulting dictionaries
* Array: The root element of the plist is an array of dictionaries made of each record in the CSV file; if the CSV contains only one column, it will return an array of strings
* Set: like the array, with unique values