Alignment Overrides

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gizmo85
    Visitor
    • Feb 2013
    • 3

    Alignment Overrides

    Hi there,

    I would like to compare these two files.

    RY0008119_Invoice_Credit_CSPL_20140103135844.txt
    RY0008119_Invoice_Credit_CSPL_20140203135844.txt

    I would like to ignore timestamps from the last position while comparing.

    RY0008119_Invoice_Credit_CSPL.txt
    RY0008119_Invoice_Credit_CSPL.txt

    So, these two files will be the same.

    Can you suggest me expression to get result like above?
  • Aaron
    Team Scooter
    • Oct 2007
    • 16017

    #2
    Hello,

    We do not support a single definition that can ignore a timestamp like this on both sides.

    If one name had a timestamp, and the other did not, then we could match:
    RY0008119_Invoice_Credit_CSPL_20140103135844.txt <> RY0008119_Invoice_Credit_CSPL.txt

    Or a mask like
    *20140103135844.txt <> *20140203135844.txt
    Aaron P Scooter Software

    Comment

    Working...