public interface LoaderJSONOptionsStep<R extends TableRecord<R>> extends LoaderListenerStep<R>
Loader API is used for configuring data loads.
 
 The step in constructing the Loader object where you can set the
 optional CSV loader options.
| Modifier and Type | Method and Description | 
|---|---|
| LoaderJSONOptionsStep<R> | ignoreRows(int number)Specify that a certain number of rows should be ignored from the JSON
 input. | 
onRowexecute@Support LoaderJSONOptionsStep<R> ignoreRows(int number)
 By default, this is set to 1, as CSV files are expected to
 hold a header row.
number - The number of rows to ignore.Copyright © 2015. All Rights Reserved.