@worik @stephenharlow @Codeberg the file format of choice should depend on the task at hand. CSV is good if your data is plain tables, JSON works better for simple structured data, and XML for tagged structured data (that's what the attributes are for).And yes, XML is very verbose, so you do need a good editor to work with it comfortably.