Introducing bx-csv: Premium CSV Processing for BoxLang+!
We’re excited to announce our newest premium module that transforms how you work with CSV files:
Modern fluent API for elegant, readable code
Stream process massive files without memory issues
Built-in filtering & mapping during load operations
Seamless conversion between CSV, JSON, Query, and arrays
Support for any delimiter, quote, or escape character
CSV( “contacts.csv” )
.setHeaders( “Name”, “Email”, “Age” )
.addRow( [ “John Doe”, “john@example.com”, 30 ] )
.addRow( [ “Jane Smith”, “jane@example.com”, 25 ] )
.save();
Full documentation: https://boxlang.ortusbooks.com/boxlang-plus-modules/bx-csv
BoxLang #DataProcessing #CSV #ModernDevelopment #OrtusSolutions