5
Add CSV Delimiter Configuration Option
Source: supabase/supabase#34050 · opened by @Shooteger
Feature Request: Add CSV Delimiter Configuration Option Description Add the ability to specify the delimiter character when exporting data in CSV format via the .csv() method. This would allow users to configure the delimiter based on regional formatting preferences. Problem Statement CSV files are formatted differently across regions: • In English-speaking countries (USA, UK, Australia), comma (,) is the standard delimiter • In many European countries (Germany, France, Italy, etc.), semicolon (;) is the standard delimiter Currently, the Supabase client always produces CSV with comma delimiters, requiring users to implement their own post-processing for regional compatibility. Proposed Solution Extend the .csv() method to accept a configuration option for the delimiter: We keep using the commas per default, so no breaking change would occur. This would allow users to directly generate CSV files compatible with their regional format expectations. I…
No pledges yet. Be the first to back this.
Comments
Similar requests
CSV Critical Issues
1 vote · 0 comments
Support skipping conflicting rows during CSV import
1 vote · 0 comments
Studio CSV import: skip type mismatched rows and download rejects
1 vote · 0 comments
Enhance GitHub Integration for Supabase to Support Full config.toml Configuration
2 votes · 0 comments
CSV Import in studio fails to assign authenticated user id
0 votes · 0 comments
No comments yet.