public class ParseV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
boolean |
blocking
Block until the parse completes (as opposed to returning early and requiring polling
|
int |
check_header
Check header: 0 means guess, +1 means 1st line is header not data, -1 means 1st line is data not header
|
int |
chunk_size
Size of individual parse tasks
|
java.lang.String[] |
column_names
Column names
|
java.lang.String[] |
column_types
Value types for columns
|
boolean |
delete_on_done
Delete input key after parse
|
java.lang.String |
destination_frame
Final frame name
|
java.lang.String[][] |
domains
Domains for categorical columns
|
JobV3 |
job
Parse job
|
java.lang.String[][] |
na_strings
NA strings for columns
|
int |
number_columns
Number of columns
|
ParserType |
parse_type
Parser type
|
long |
rows
Rows
|
byte |
separator
Field separator
|
boolean |
single_quotes
Single Quotes
|
java.lang.String[] |
source_frames
Source frames
|
| Constructor and Description |
|---|
ParseV3() |
public java.lang.String destination_frame
public java.lang.String[] source_frames
public ParserType parse_type
public byte separator
public boolean single_quotes
public int check_header
public int number_columns
public java.lang.String[] column_names
public java.lang.String[] column_types
public java.lang.String[][] domains
public java.lang.String[][] na_strings
public int chunk_size
public boolean delete_on_done
public boolean blocking
public JobV3 job
public long rows
public java.lang.String _exclude_fields