GN3Export is a command-line utility that you run in a Command prompt on a GN3 server (that can access to high-res images). It exports GN3 items, creating one or more XML files, that you can import in GN4 database and migrate in that way the configuration and content from GN3 to GN4.
Find GN3Export.exe in GN3EXPORT.ZP on the FTP folders related to GN3. Use the latest version (available in GN3 daily). Extract in a new folder. There's no need to register any, so you can safely run the latest GN3Export also on older and previous GN3 versions.
|
GN3Export -titlename TR -node justScope -out c:\temp\1_justScope.xml GN3Export -titlename TR -node title,media,layerType -out c:\temp\2_title_media_layerType.xml GN3Export -titlename TR -node zone,section,region,workstate -out c:\temp\3_zone_section_region_workstate.xml GN3Export -titlename TR -node hyphenation -out c:\temp\4_hyphenation.xml GN3Export -titlename TR -node folder -out c:\temp\5_folder.xml GN3Export -titlename TR -node justDef -out c:\temp\6_justDef.xml GN3Export -titlename TR -node justContext -out c:\temp\7_justContext.xml GN3Export -titlename TR -node fontLayout,font,geometry -out c:\temp\8_fontLayout_font_geometry.xml GN3Export -titlename TR -node lib -out c:\temp\9_lib.xml GN3Export -titlename TR -node libObj -out c:\temp\10_libObj.xml GN3Export -titlename TR -node editionNumber -out c:\temp\11_editionNumber.xml
GN3Export -titlename TR -node edition:ID=2749 -out c:\temp\edition2749\edition.xml |
Split in more XML files when exporting formats, style libraries and object libraries Instead to use: GN3Export -titlename TR -node libObj -out c:\temp\10_libObj.xml you may want to split the export by library object ids, to make files smaller. Split in more XML files when exporting articles and images Use the basket filter when exporting article and img node. |
See also
Helper scripts, for more automated export/import procedure.