Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@98960 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c2d1cccc8e
commit
1ec09109ec
|
@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
|
|||
*/
|
||||
public class CSVFileUtil {
|
||||
|
||||
private static final int MAXROWCHECK = 50000;
|
||||
private static final int MAXROWCHECK = 200000;
|
||||
protected static Logger logger = LoggerFactory.getLogger(CSVFileUtil.class);
|
||||
|
||||
public static ArrayList<String> getHeader(File csvFile,
|
||||
|
|
Loading…
Reference in New Issue