May i know how can i solve the extraction below using the regex based extraction? I want to extract for invoice due date and invoice term individually.
Sample 1)
Invoice Number Invoice Date Due Date Terms
Remit To 100 USD Remit To 200
XI 3849 30 MAR 2017 29 APR 2017 Within 30 days Due net
(?<=Due Date )\d{2}.[A-Z]{3}.\d{4}|(?<=Terms )(\S.+)|(?<=Terms\n\n\d{2}.[A-Z]{3}.\d{4}.)(\d{2}.[A-Z]{3}.\d{4})|(?<=Terms\n\n\d{2}.[A-Z]{3}.\d{4}.\d{2}.[A-Z]{3}.\d{4}.)(\S.+)|(?<=\d{2}.[A-Z]{3}.\d{4}.)(\d{2}.[A-Z]{3}.\d{4}.)|(?<=\d{2}.[A-Z]{3}.\d{4}.\d{2}.[A-Z]{3}.\d{4}.)(\S.+)
Sorry that maybe i didnt explain in detail .May i know how to split / make into two formula, one formula purely extract for the due date and another formula purely for terms? It it because, i will fill it in different column