Skip to content

Commit

Permalink
chore: update sftp filePath placeholder (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia authored Jun 5, 2024
1 parent 7b626af commit 0d418f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/destinations/sftp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"configKey": "filePath",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^.*\\{destinationID\\}.*\\{jobRunID\\}.*\\.(json|csv)$",
"regexErrorMessage": "Invalid File Path",
"placeholder": "e.g: directory/file_{YYYY}_{MM}_{DD}_{mm}.csv"
"placeholder": "e.g: directory/{destinationID}/{jobRunID}/file_{timestampInMS}.csv"
}
]
}
Expand Down

0 comments on commit 0d418f2

Please sign in to comment.