fixed old2new map issues
[migration-tools.git] / csv_extractor
index b1c2a2e..99e047c 100755 (executable)
@@ -4,6 +4,10 @@
 # 
 # * add getopt support
 # * use tag generator to expand list of wanted fields?
+# * insertion of constant-value fields
+# * field mapping ("some text" -> 4)?
+
+# csv-extractor FILENAME FIELD_LIST
 
 use strict;
 use warnings;