Hello,
I wanted to write some data to a file so I went for the write map option.
When I look at the file content I see that the data is written random order.
As the map object doesn't seem to have a sort on key/value option I wonder how I can store data in a specific fixed order or sort them with ease on reading them?
Do I really need to go for xml, json, csv instead of this usefull single line core command?
I wanted to write some data to a file so I went for the write map option.
When I look at the file content I see that the data is written random order.
As the map object doesn't seem to have a sort on key/value option I wonder how I can store data in a specific fixed order or sort them with ease on reading them?
Do I really need to go for xml, json, csv instead of this usefull single line core command?