Regex expression to extract datatable

Hi developers,

How to extract tabular data using regex expression?

Thanks,
Riya

Hi!

Could you please attach your input and expected output here.

RegEx will work based on the pattern data.

Regards,
NaNi

@Riya_Sharma

As @THIRU_NANI said Regex works on a pattern

Suggest to try with Data Scraping activity

For latest version of Studio, try with Table Extraction

Hope this may help you

Thanks

1 Like

Hi @THIRU_NANI
Please find below
image

Regards,
Riya

Hi!

Do you wants to get the entire Data Table? for that you can simply use Data Scraping which available in studio.
or
if you wants to extract the specific data? if yes,

Please Follow the below steps!

1.Scrape the data using Data Scraping. or you can use Directly Get text Activity!
2.Then Use Output Data Table Activity to convert the Data Table to string.
3.Now in your input what you wants to extract?
For Example: PO Number
Based on the Output string will give you the RegEx pattern

Now, what you wants to do is just show us the text which is getting from output data table.

Regards,
NaNi