We build a data feed consolidating products into simple tables and exporting to tsv files for import by 3rd parties. Several of the columns are of type currency and when they are exported, during the export the trailing zero is dropped which is causing problems at our 3rd parties.
For example, 5.20 becomes 5.2.
Is there a way to not drop the trailing zero?