Skip to content
#

csv-files

Here are 320 public repositories matching this topic...

trantor
trantor commented Jan 23, 2020

Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.

# mlr --version
Miller v5.6.2

# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10

# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16

# mlr --icsv cat then put 'print FILENAME'   /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.

  • Updated May 20, 2020
  • Python
yytsui
yytsui commented Mar 15, 2019

Although it's quite obvious by reading the source code, but it would be great to add a section like this in README.md:

from csvtomd import md_table

table_2d_array = [["First Name", "Last Name", "Location" , "Allegiance"],
["Mance", "Rayder", "North of the Wall",  "Wildlings"],
["Margaery", "Tyrell",  "The Reach",  "House Tyrell"],
["Danerys", "Targaryen",  "Meereen", "House Tar

Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!

  • Updated Dec 12, 2019
  • PHP

A set of Unix shell command line tools for quick and convenient batch processing of tabular text files (a.k.a., tab-delimited, tsv, csv, or flat data file format) with a header line. Provides column reference by name, automatic delimiter and compression detection for per-line transformations, sql-like group-by operation and relational join.

  • Updated May 27, 2015
  • Perl

Improve this page

Add a description, image, and links to the csv-files topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csv-files topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.