Convert CSV to Attribute Centric XML
-
Does anyone know if Notepad++ can be used in a way to convert a CSV file to an attribute Centric XML?
-
From what little I know about attribute centric XML it does seem possible. Unfortunately there isn’t a current way to automatically do it. If you are just needing to do it once, then its probably easiest to just brute force it with some ugly find/replace regular expressions.
If you want a more automated tool that can take any arbitrary CSV file then you might want to look at something like the PythonScript plugin. However this requires you know how to program in Python and that you develop the code to convert it yourself, but once it works then you should be able to use it with a single click on any CSV file.
-