###################################################################################################
CSV2XML_WIN Readme
###################################################################################################
V1.4.5 (11/04/05)
* bugfix : csv2xml calls fail if the converter is stored in a directory that contains spaces in its name
V1.4.4 (11/03/05)
* Output windows has been resized so that the program can be used under smaller resolutions
* csv2xml V1.4.4 has been included
V1.4.3 (04/17/05)
* csv2xml version 1.6.2 included
* Output window prints ANSI character correctly now
V1.4.2 (04/06/05)
* csv2xml version 1.6.1 included
* Doubleclick on dos output window copies content to clipboard
* Colors of the dos output window is changed to light yellow
V1.4.1 (03/12/05)
* csv2xml version 1.6.0 included
* Dos output of csv2xml cmd tool is send directly to output window
* Menu items added to start the manual (comming soon) or browse to my homepage
Hint:
To enter a csv2xml v1.6.0 new ascii separator, you have to enclose the ascii value by colons
=> ":32:" means SPACE and ":9:" means TAB
Classic separators like ";" or "," have to be given as yet known
=> ";" or ","
V1.4.0c (02/08/05)
* Nothing done in GUI, ZIP archive only contains a new version of the command line version (1.5.2)
You may download only the command line version
update V1.5.0 and install the archive into CSV2XML_WIN's directory
V1.4.0b (02/07/05)
* Nothing done in GUI, ZIP archive only contains a new version of the command line version (1.5.1)
V1.4.0a (02/03/05)
* Nothing done in GUI, ZIP archive only contains a new version of the command line version (1.5.0)
V1.4.0 (01/29/05)
* Nothing done in GUI, ZIP archive only contains a new version of the command line version (1.4.0)
######
V1.3.1
* Start Conversion Button is disabled while running csv2xml
[ csv2xml has got some character handling updates that made it worth to release a new version of csv2xml_win ]
V1.3.0
* Support of all new csv2xml V1.3 features:
-> Embedding of XML Stylesheet Language (xsl) files
-> Embedding and Attaching of Namespaces
-> Embedding Document Type Definition (dtd) files for validating
-> Embedding XML Schema Definition (xsd) files for validating
-> Information is only printed if verbose option (-v) is given
-> A new output mode has been implemented : "Attributes with Values" (mode 5)
V1.2.2
* Support of windows names including spaces now for viewer access too.
V1.2.1
* Error fixed : Encoding is now given to commandline tool correctly
* Source & target names are given in quotation marks to commandline tool
(=> support of windows names including spaces)
V1.2 Build 2
* Error fixed : CSV2XML_WIN is now searching for CSV2XML in the installation directory first...
New Features of V1.2:
* This Version is completely rebuilded
CSV2XML_WIN is now a graphical user interface for the commandline tool csv2xml
* Create a Link to csv2xml_win.exe and move the link into you "sendto" folder.
Now you are able to convert csv files to xml files by sending them to CSV2XML_WIN.
* CSV2XML_WIN stores the options you've selected, so you don't have to set them
anew if you start CSV2XML_WIN again.
* View the created XML files with a viewer you've choosen.
Choose this Viewer from the Windows Registry or select it on file system level.
###################################################################################################
Selection of XML Mode
###################################################################################################
4 Modes are supported:
Hint:
[ParamName] is the Name which is taken from the fileheader
[ParamValue] is the Value of the current record
1. "Elements with Element Content (default)"
This Mode writes the XML information this way:
ParamValue
2. "Elements with Attributes Values"
This Mode writes the XML information this way:
3. "Attributes with Element Content"
This Mode writes the XML information this way:
- ParamValue
4. "Attributes with Attribute Values"
This Mode writes the XML information this way:
5. "Attributes with Values"
This Mode writes the XML information this way:
###################################################################################################
For further information don't hesitate to contact me.
My Email address is listed in the info frame of csv2xml.
You can call it by clicking on the menu item "info" in the main menu "help".