Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wider numeric field format support #44

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Jun 20, 2021

  1. Wider numeric field format support

    Use regular expression operations on numeric fields to discard all characters except numbers and decimal separator, and identify negative values by a leading or trailing '-' or case insensitive 'DR'.
    flywire authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6655d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896c87b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3301f9 View commit details
    Browse the repository at this point in the history
  4. test_format_currency_number

    flywire authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    0d11332 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566515d View commit details
    Browse the repository at this point in the history