NAME
Txt2Ogmios-TabularFiles.pl - Script for converting tabular files in XML Ogmios files
SYNOPSIS
Txt2Ogmios-TabularFiles.pl [option] --file <filename> --lang <language> --docId <documentId>
where option can be --help --man
OPTIONS AND ARGUMENTS
- --file <filename>
-
The switch sets the input tabular file (to convert).
- --lang <language>
-
The switch sets the language of the input text file (to convert). The value are set with a ISO 639-1 code (fr for French, en for English).
- --docId <documentId>>
-
This sets the document identifier in the xml file.
- --help
-
print help message for using grepTerms.pl
- --man
-
print man page of grepTerms.pl
DESCRIPTION
This script converts a tabular file as input (switch file
) into a XML Omgios file. It is assumed that some columns contain free text.
The language property field is set with the switch lang
, and the document identifier is set with the switch dociI
.
SEE ALSO
AUTHOR
Thierry Hamon, <thierry.hamon@limsi.fr>
COPYRIGHT AND LICENSE
Copyright (C) 2012 Thierry Hamon
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.