Skip to main content

Hi Experts,

I am trying to understand the ins and outs of the import/export functionality in FSM. I have a couple of questions as following,

  • Can we use a map to export parent-child structures?
    I tried this with a simple map

    The record I’m trying to export,
     

    The result after I export using the above map (model info is missing)
     

     

  • What’s the use of group name and parent group name in the column map?

Appreciate any help.

Hi @Miraj 

Is this a one time work? or is it going to be an on going operation?

If you need this regularly, I can suggest you will create a view for that purpose and export the view whenever you need.

If this is a one time job, I suggest you do it manually 😀

The view will have columns from all relevant tables with a join(?) clause.

Cheers!


Reply