Skip to content
StackPractices

Tag: csv

Browse 10 practical software engineering resources tagged with "csv". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving csv.

Convert CSV to JSON

How to convert CSV data to JSON format in Python, Java, and JavaScript.

Convert JSON to CSV

How to convert JSON data to CSV format in Python, Java, and JavaScript.

Date Formatting

How to parse, format, and manipulate dates across timezones using Python, JavaScript, and Java.

Flatten and Unflatten Nested Objects

How to convert nested objects to flat key-value pairs and back again, with dot-notation, bracket notation, and custom separator support.

Money and Currency Handling

How to represent, parse, format, and calculate monetary values accurately across currencies.

Parse CSV Files

How to parse CSV files in Python, Java, and JavaScript with practical code examples.

Parse CSV Files with Python and Pandas

How to read, filter, and transform large CSV files efficiently using Python pandas and the csv module.

Sort an Array

How to sort arrays and lists in ascending, descending, and custom order across multiple languages.

Export Data to CSV/Excel

How to export structured data to CSV and Excel files efficiently.

Import Data from CSV/Excel

How to parse and import data from CSV and Excel files with validation.