Xmlport error

fciprianofcipriano Member Posts: 26
I need to export some data in XML-structure and wanted to use the XMLPort for this. The receiver of the data is not able to read empty tags as <Example/>. They need to get <Example></Example> or we need to skip these tags. I tried the "MinOccurs"-property to skip it, but this seems not to be used in exports as it only works with imports.

Does anyone have an idea how to export empty tags in the format <Example></Example> or how to skip empty tags? I can't find any property but maybe I missed something.

Thanks in advance.
Regards

Comments

  • kamranshehzadkamranshehzad Member Posts: 165
    you mean you tried setting "min occurs" to 0 and still its exporting it...does it contain empty strings in database or null values.

    regards,
    KS
Sign In or Register to comment.