Skip to content

Commit

Permalink
fix: Fixed field mapping eval regex expression
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh2 committed Apr 28, 2024
1 parent 2d377a1 commit 98b649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/components/common_components/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const CONSTANTS = {
COMPLEX_FIELDS_SEPARATOR: ';',
REFERENCE_FIELD_OBJECT_SEPARATOR: '$',
FIELDS_MAPPING_REGEX_PATTERN: '^\/(.*)\/$',
FIELDS_MAPPING_EVAL_PATTERN: '^eval\((.*)\)$',
FIELDS_MAPPING_EVAL_PATTERN: '^eval[(](.*)[)]$',
FIELD_MAPPING_EVAL_PATTERN_ORIGINAL_VALUE: 'RAW_VALUE',

SCRIPT_FILE_NAME: 'export.json',
Expand Down

0 comments on commit 98b649e

Please sign in to comment.