Skip to content

Commit 53aafa8

Browse files
committed
Added public static variables to the CSV class
1 parent 64fa6ae commit 53aafa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/javaxt/express/utils/CSV.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
public class CSV {
1313

14+
public static final String TAB_DELIMITER = "\t";
15+
public static final String COMMA_DELIMITER = ",";
1416
//public static final String UTF8_BOM = "\uFEFF";
1517

1618
//**************************************************************************

0 commit comments

Comments
 (0)