Csv export not showing air

When i export using csv, it cuts out rows and columns full of air. This messes up the placement of the tiles because i rely on rows and columns for the position. any fix or workaround?

Are you using an infinite or fixed-size map? In case of infinite maps, only the part of each layer’s content will be written out, though this currently isn’t very helpful in the case of multiple layers since that region can be different for each layer and there is no way to tell where it is.

Anyway, if that’s the issue I would suggest to make your map fixed-size for now. If you need this to work better for infinite maps, consider opening an issue and describe the desired behavior.