Divide imported file

0
Hello, I am searching a way to divide after import a big CSV file automatically before running a csv or XLS import process. Is there a module which is making that or did I need to use a JAVA code ? Br    
asked
1 answers
0

No module that I currently know of, so I think you should create this function with a little java code.

Have a look at https://stackoverflow.com/questions/19177994/java-read-file-and-split-into-multiple-files/19179193 for the basic idea in java.

 

answered