public interface LoaderJSONOptionsStep<R extends Record> 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)
Deprecated. 
 
- [#4859] - This is not supported for JSON loading. 
 | 
onRowexecute@Deprecated @Support LoaderJSONOptionsStep<R> ignoreRows(int number)
Copyright © 2016. All Rights Reserved.