Knowledgebase

Categories

Scripts 9

You can find important Scripts here to download your data

Service Usage 7

we have listed some FAQs of our service here

Most Popular Articles

 Linux - How to extract .gz files (gunzip)

For this guide we will be using gunzip. You may need to installed it.CentOS - yum install gunzip...

 Linux - How to split large file

For this example we will split a large .csv into multiple files each "X" megabytes in size....

 Linux - How to only keep X data

Firstly to start this you need to convert your .csv into a .txt mv filename.csv  filename.txt...

 Linux - Delete .csv column

Before you start you need to install Ubuntu - sudo apt-get install libtext-csv-perl CentOs -...

 Linux - Download files through FTP

To download all files recursively run the following command. wget -nc -np --reject "index.html*"...