Skip to content

Parses the file according to the specified parameters. Creates a new csv file with the selected data.

License

Notifications You must be signed in to change notification settings

northmule/file-parser-with-separator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-parser-with-separator

Parses the file according to the specified parameters. Creates a new csv file with the selected data.

 * Параметры запуска:
 *  - country_code=UM:RU:BY фильтр по странам, страны разделяются через двойную точку
 *  - totaldeposit=1 выбираются значения большие чем
 *  - fun=1 выбираются значения большие чем
 *  - limit=0-15 выбираются записи с 0 позиции по 15-ю
 *  - lastactive=desc сортировка по последней активности (desc или asc направление сортировки)
 *  Параметры можно указывать в любом порядке, так же их можно пропускать
 * java -jar file-parser-with-separator.jar country_code=UM:RU:BY totaldeposit=1 fun=1 limit=0-15 lastactive=desc

Начальные настройки в settings.json

{
  "incomingNameFile": "full111.txt", 
  "outputNameFile": "result1.csv", 
  "folderPath": "programData"  
}
  • incomingNameFile (Входящий файл для обработки)
  • outputNameFile (Файл с результатом)
  • folderPath (Путь к папке с входящим и результирующим файлом)

About

Parses the file according to the specified parameters. Creates a new csv file with the selected data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages