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
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
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!!
check the reference
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:-
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…
Thanks
Your out put wrong @Jayesh_678
All E214 rows are present in Text file please check
please
Thanks
Shaik
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