Hi, right now, the CSV plugin doesn't let us identify which file was loaded, making it hard to handle multiple CSV files properly. There's no way to check which load was successful and trigger the right action.
A simple fix would be adding a tagging system—let us assign a custom tag when loading a CSV file. That way, when the load is complete, we can check the tag and know exactly which file was loaded.
This would make working with multiple CSV files way easier, especially for games using structured data like levels or dialogues.
Hope you consider it. Thanks!