To export (dump) currency field definitions from your system, you must modify some of the
settings in the ObjectManager.properties file.
For information about the file,
see Modifying the ObjectManager properties file.
Procedure
-
In the ObjectManager.properties file, set the values of the following
properties as shown:
configuration.manager.migrate.configuration.objects=false
configuration.manager.dump.bundle.types=true
Tip: When you use
ObjectManager to export
all object instances and their relationships, and you have a large dataset,
ObjectManager will report an exception in
ObjectManager.log. To avoid the exception, limit the size of the data that is
exported by specifying a folder path or selecting the specific objects in the hierarchy. To specify
a folder path, add the following property:
configuration.manager.dump.resources.root.folder=folder_path. To specify multiple
objects whose hierarchies are to be exported, add the following property, where number is a positive
integer:
configuration.manager.dump.associated.resources.root.node.n=number
-
Use the ObjectManager
dump command to export the data. See the Dump command example.