• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Any chance this will support CSV input in the future?
I wrote a kotlin parser a while back and have used the csv output for resources of that ever since so I could look at where to conquer next.
Now I wrote something to list me the states that allow perfect vertical integration based on resources in the state.

Ideally with that data I would need your visualization to make a compelling and easy to use map.
But in order for that to be straight forward I would need a csv interface of sorts to use the map generation part ;)

Otherwise I will have to get crative as in backparsing some modified values or just dont do it xD