Project

General

Profile

  • svn:executable: *

# Date Author Comment
11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

4662 09/12/2012 05:11 PM Aaron Marcuse-Kubitza

cols: Support CSVs without a header, such as intermediates that become unmapped_terms.csv, new_terms.csv

3817 08/07/2012 03:27 AM Aaron Marcuse-Kubitza

cols: Removed special handling of '+' because list_subset() now handles this col_num value itself, by appending the rest of the columns. Support intermixing int and '+' columns, by using new format.str2int_passthru().

3814 08/07/2012 03:16 AM Aaron Marcuse-Kubitza

cols: Changed value for all columns to '+' so that it wouldn't need to be shell-escaped as '*' was

1496 03/19/2012 08:35 PM Aaron Marcuse-Kubitza

cols: If column number of "*" given, get all columns

935 02/11/2012 06:02 PM Aaron Marcuse-Kubitza

Added cols to select columns from a spreadsheet