메소드 | 설명 | |
---|---|---|
SplitCsv_bySize ( string file, string prefix, int size ) : void |
Split CSV files on line breaks before a certain size in bytes.
|
|
SplitCsv_byitemcount ( string file, string prefix, int itemcount ) : void |
메소드 | 설명 | |
---|---|---|
GetFileName ( string prefix, int num ) : string |
Get an output file name based on a number.
|
public static SplitCsv_bySize ( string file, string prefix, int size ) : void | ||
file | string | |
prefix | string | |
size | int | |
리턴 | void |
public static SplitCsv_byitemcount ( string file, string prefix, int itemcount ) : void | ||
file | string | |
prefix | string | |
itemcount | int | |
리턴 | void |