This is the sequence and the answers I was given from the "fwmigrate" team.
It is possible to to convert a Cisco multi-context firewall into multiple virtual routers or multiple virtual systems.
For export of cisco multi-context config , you will need to go into each of the context first:
changeto context <name>
changeto system
and run the commands below
terminal pager 0
more system:running-config / show running
here are the instructions :
You will need to save the content of each context in a different file, for example, you have 4 contexts on cisco asa , then you will export them into 4 files , then in expedition, you can zip all 4 files in a zip file and import it as zip. If you prefer to work on one context at a time, then you can import one config at a time.
I will verify that this works in the next few days.