Using DatabaseXML
|
zoppi_ |
Posted on 24-01-2011 13:28
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
Hi everyone,
I'm searching for how to convert CDB To XML, when i try to use DatabaseXML.exe I have a message "wrong arguments"
syntax is : DatabaseXML -input FILE -output FILE [-FromXML/-ToXml]
I tried :
1) DatabaseXML -input test.cdb -output test2.xml -Toxml
2)DatabaseXML -input test.cdb -output test2.xml
3)DatabaseXML -test.cdb -test2.xml -Toxm
4) DatabaseXML -input test.cdb -output test.xml -ToXml (wich test.xml is an existing empty file)
evrytime I get "wrong arguments- syntax is : DatabaseXML -input FILE -output FILE [-FromXML/-ToXml])"
Is anyone can help me to manage exporting CDB to XML ? |
|
|
|
CrueTrue |
Posted on 24-01-2011 13:36
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
Download Full Editor V4 (aka Advanced Editor V4) and open the file called PCM2008_CDB_to_XML. |
|
|
|
zoppi_ |
Posted on 24-01-2011 13:38
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
CrueTrue wrote:
Download Full Editor V4 (aka Advanced Editor V4) and open the file called PCM2008_CDB_to_XML.
thanks for your help but I really need to convert it with the command line...
Not just editing a specific db ;-)
Full editor is a great editor but it 's not what I need ;-) |
|
|
|
CrueTrue |
Posted on 24-01-2011 13:41
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
I don't quite understand what you need the command line for. What exactly do you need (as the end product, not the means)? |
|
|
|
zoppi_ |
Posted on 24-01-2011 13:43
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
I need to transform a cdb database (from pcm) to xml files...
but I need to make it with DatabaseXml.exe, so I need the syntax for using it correctly ;-) |
|
|
|
CrueTrue |
Posted on 24-01-2011 13:44
|
Tour de France Champion
Posts: 29989
Joined: 20-10-2006
PCM$: 200.00
|
But why do you need to use the DatabaseXML.exe for that? |
|
|
|
zoppi_ |
Posted on 24-01-2011 13:49
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
If you don't know, it doesn't matter...
I don't think the reason is a real matter...
it's because I don't want the user to have some manipulations, for editing severals cdbs...
i'll make some mass editing with a little batch or a prgram for exemple...
Edited by zoppi_ on 24-01-2011 13:49
|
|
|
|
Ad Bot |
Posted on 24-11-2024 15:40
|
Bot Agent
Posts: Countless
Joined: 23.11.09
|
|
IP: None |
|
|
Lachi |
Posted on 24-01-2011 14:35
|
Grand Tour Champion
Posts: 8516
Joined: 29-06-2007
PCM$: 200.00
|
Just replace {0} and {1} with the full path
-input {0} -output {1} -ToXML
|
|
|
|
zoppi_ |
Posted on 24-01-2011 14:48
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
Lachi wrote:
Just replace {0} and {1} with the full path
-input {0} -output {1} -ToXML
thanx, I try it ! ;-) |
|
|
|
zoppi_ |
Posted on 24-01-2011 14:51
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
zoppi_ wrote:
Lachi wrote:
Just replace {0} and {1} with the full path
-input {0} -output {1} -ToXML
thanx, I try it ! ;-)
I tried :
databaseXml -input c:\test.cdb -output c:\coin.xml -ToXml
and it still doesn'twork, I still have the "wrong arguments" message, I surely make a mistake |
|
|
|
zoppi_ |
Posted on 24-01-2011 15:08
|
Amateur
Posts: 8
Joined: 24-01-2011
PCM$: 200.00
|
zoppi_ wrote:
zoppi_ wrote:
Lachi wrote:
Just replace {0} and {1} with the full path
-input {0} -output {1} -ToXML
thanx, I try it ! ;-)
I tried :
databaseXml -input c:\test.cdb -output c:\coin.xml -ToXml
and it still doesn'twork, I still have the "wrong arguments" message, I surely make a mistake
that 's ok, with "DatabaseXml.exe -input c:\test.cdb -output c:\test.xml -ToXML"
i needed to put the ".exe" and it seems to be case sensitive !
thanx Man !
Edited by zoppi_ on 24-01-2011 15:09
|
|
|
|
Lachi |
Posted on 24-01-2011 23:42
|
Grand Tour Champion
Posts: 8516
Joined: 29-06-2007
PCM$: 200.00
|
It might be case sensitive, but I gave you the correct string, so why didn't you use it.
On a side note: Do you know how to use the huge file which will be created? Or would you rather have a single XML per table (like the ones created by the Full Editor)? |
|
|