Custom transformations for data import

Jawab Custom transformations for data import

  • 25 เมษายน 2555 5:26
     
     

    MSDN states that we can do custom transformation mapping using the web services instead of the data import wizard to import our data. I know that we can do simple transformation such as these by playing around with the datamap XML but how can one go about doing custom transformation that are not otherwise supported with XML? Your help is greatly appreciated.

ตอบทั้งหมด

  • 25 เมษายน 2555 21:49
    ผู้ตอบ
     
     

    Hi Marc,

    They are referring to the fact that you can create a custom tool (written in c# or vb.net) that uses the CRM SDK (software developers kit) to import data in more complex situations.

    You can read me about it here: http://msdn.microsoft.com/en-us/library/gg327971.aspx

    hth,

    Scott


    Scott Durow
    Read my blog: www.develop1.net/public
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

  • 25 เมษายน 2555 22:00
     
     

    Hi Scott,

    You're saying that we would have to do the parsing/transformation/insertion (with SDK) of the input/file ourselves all with .Net code? Of course that can be done but it is kind of dreadful. I hoped there would be a way to mix .Net code with the Import tool of the CRM using the SDK.

    Thanks,
    Marc

  • 26 เมษายน 2555 5:51
    ผู้ตอบ
     
     คำตอบ

    Yes, that would be good, but it is not possible today. The only option you might have is to import the Raw data into CRM and then use plugins to do any transformations after the records are created. You also might like to look at scribe, which gives you more control over your import transformations.

    Hth,

    Scott


    Scott Durow
    Read my blog: www.develop1.net/public
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

    • ทำเครื่องหมายเป็นคำตอบโดย DynamicMarc 26 เมษายน 2555 12:46
    •  
  • 26 เมษายน 2555 12:46
     
     
    I am actually going for a Scribe training in a week or two, seems to be a cool product. Thanks for you input.