From the below attched format Text file / Below sample text I want to extract the fields such as “Billed To”, “Date of Issue”, “Invoice Number” “Due(INR)” from the bulk of 5 text files using LINQ Queries in UiPath.
Please suggest the Universal Linq Query code to extract the information from all files using the same code.
Format : ExpoHub
123456789
expohub street
ABC
123456
India
Billed To Date of Issue Invoice Number Amount Due (INR)
Nagesh Reddy. 22/04/2020 873101. Rs.26,178.00
Due Date
22/05/2020
Description Rate Qty Line Total
Shared Hosting Rs.25,878.00 1 Rs.25,878.00
LateFee Rs.300.00 1 Rs.300.00
Rs.0.00 1 Rs.0.00
Subtotal 26,178.00
Tax 0.00
Total
Amount Paid
26,178.00
0.00
Amount Due (INR) Rs.26,178.00 Invoice.txt (423 Bytes)