Unlock Hidden Data with RegEx in DocuWare: No More Import Templates!

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Struggling to extract specific data from documents in DocuWare? Say goodbye to complex import templates and hello to the power of Regular Expressions (RegEx)! In this video, we'll show you how to:
    - Extract email addresses, postcodes, and VAT numbers automatically
    - Set up a simple 3-step workflow for data extraction
    - Use ChatGPT to generate RegEx patterns effortlessly
    - Leverage DocuWare's web services for seamless automation
    Whether you're a DocuWare pro or just getting started, this tutorial will revolutionize how you handle document data. Watch now and supercharge your workflow efficiency!
    Contact Me; callum@ayoh.group
    Regex's Used in the Video;
    Email Address; Regex.Match(DW_TEXTSHOT, "[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}", false)
    Postcode; Regex.Match(DW_TEXTSHOT, "([Gg][Ii][Rr] 0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([A-Za-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9][A-Za-z]?))))\s[0-9][A-Za-z]{2})", false)
    VAT Codes; Regex.Matches(DW_TEXTSHOT, "[0-9]{9}", false)
    ----------------------------------------
    Discover DocuWare made simple!
    This channel offers concise Tips and Tricks for both users and admins, cutting through the complexity to deliver easy-to-follow guides.
    With 13+ years as a Professional DocuWare Systems Consultant, I've worked on the UK's largest implementation projects.
    Have a topic in mind? Drop a comment, and I'll create a video just for you!
    #DocuWare #TipsAndTricks
    #businessautomation #guide @docuware #DocuWare #RegEx #DataExtraction #Automation #Workflow #chatgpt #ai

ความคิดเห็น • 2

  • @callmemich
    @callmemich 3 หลายเดือนก่อน +1

    Cool clip but the videoformat in which it’s uploaded is a bit odd.

    • @Ayoh_Group
      @Ayoh_Group  3 หลายเดือนก่อน

      Yeah it's uploaded in a horrid format, sorry about that it looks absolutely fine in my video editor.
      Will make sure I double check this for future videos