I need to check E214 and E212 columns from text file

I need to check E214 and E212 columns from text file

My data table:
Huawei_IR21_DB.xlsx (9.5 KB)

My text file:
sample11.txt (1.7 KB)

My workflow:

Thanks
Shaik

1 Like

Hi @shaik.muktharvalli1

In the If activity change the condition as below,

- Condition -> Final_Text.Contains(CurrentRow("E214").toString) andalso Final_Text.Contains(CurrentRow("E212").toString)

Hope it helps!!

@shaik.muktharvalli1

check the reference

Why my current row not printed in output

May I know What data do you want to print in Write line… @shaik.muktharvalli1

Could you be more specific…

Column E214 of row

Thanks
Shaik

Okay @shaik.muktharvalli1

Then give like this, CurrentRow(“E214”).toString

This will print the Current row value in the write line.

Hope you understand!!

Hi @shaik.muktharvalli1 ,

Output:-

image

Xaml File:-
check text fro dt forum.zip (10.4 KB)

If this works for you, please mark it as a solution, so others can refer the same… :slight_smile:

Thanks

Your out put wrong @Jayesh_678

All E214 rows are present in Text file please check

please

Thanks
Shaik

1 Like

Hi @shaik.muktharvalli1

Your screenshot & attached sample text file in this thread is different.

Thanks

Is it working for you… @shaik.muktharvalli1

If you have any further queries let me know

I found my Quary

Read text file …read limited text only

How I can read whole text

sample11.txt (300.5 KB)

I have checked with Read Text file activity it was working fine for me… @shaik.muktharvalli1

Are you getting any error while you are reading file.

can you send workflow please @mkankatala

1 Like

Hi @shaik.muktharvalli1

Output:-
image

Xaml File:-
check text from dt forum.zip (40.7 KB)

Thanks.