Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
REG_EXTRACT - Extract a Date From String in Informatica
Forget Code
Informatica
REG_EXTRACT - Extract a Date From String
To extract date in MM-DD-YYYY or DD-MM-YYYY Format
REG_EXTRACT
(
employee
,
'((\d\d)-(\d\d)-(\d\d\d\d))'
,
1
)
Note : This does not check valid date
employee doj
output
asdf12-04-19884sadf
12-04-1988
asdf12-04-198813-04-1988
12-04-1988
asdf12-04bc-1988
Empty String
asdf12-99-19884sadf
12-99-1988
Tags for REG_EXTRACT - Extract a Date From String in Informatica
extract date from string using reg extract in informatica
reg extract example to handle date
regextract in informatica
how to extract month from date in informatica using reg_extract
denormalization in informatica using reg_extract
decompress in informatica with example
date format in informatica extracts
date extracts informatica
how to extract a date part from a string in informatica
Contribute to Forget Code, help others.
Add snippet