Value normalization for export formats. Handles various database types and edge cases for CSV and JSON export.
Summary
Functions
Normalizes a value for JSON export, keeping appropriate types.
Normalizes a value for CSV export, converting to a string representation.
Normalizes a value for display in UI, converting to a readable string representation.
Functions
Normalizes a value for JSON export, keeping appropriate types.
Normalizes a value for CSV export, converting to a string representation.
Normalizes a value for display in UI, converting to a readable string representation.