Pario TechnoBlob
About
Posts
Tag: csv
MDB tools to export (migrate) from mdb (Microsoft Access format) to mySQL
This convertion could be obtained by first converting the tables in the mdb-file into CSV-files (Comma Separated Values) using MDB Tools and then by importing the csv-files...
nmap result as comma separated list, csv
grep "^[0-9*]" nmap.out|awk '{print $1 "," $2 "," $3 "," $4 "," $5}'
««
«
1
2
»
»»