My favorites | Sign in
Logo
                
Search
for
Updated Sep 15, 2009 by wixner
ItwPrepareData  
Prepare your data to fit to darwin core

Things to consider

Database Source

Text Files Source

Utility: Character encoding converter - iconv

Simple tool for unix and windows to convert character encodings of files.

Examples:

  • convert character encodings from Windows-1252 to UTF-8 using iconv:
  • iconv -f CP1252 -t utf-8 example.txt > exampleUTF8.txt

Utility: Unix Stream Editor, SED

A unix commandline tool to manipulate files as streams, thereby allowing to modify very large files without the need to load them into memory first (this is what pretty much all editors apart from few, e.g. vi, do)


Sign in to add a comment
Powered by Google Project Hosting