Date Range Validation in BizTalk EDI Schema

后端 未结 2 1678
北海茫月
北海茫月 2020-12-04 03:40

I need to validate the date range in an element in a BizTalk schema. I have received dates with start dates before end dates (20130521-20130501). I know I could easily pars

2条回答
  •  借酒劲吻你
    2020-12-04 03:44

    Rather than writing your own custom component to do the validation you could use the BizTalk Business Rules Engine Pipeline Framework in conjunction with a BRE Policy to validate the date range.

    Full Disclosure: This framework is written by a colleague of mine.

提交回复
热议问题