Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
How can i skip or eliminate extra blank records in a file in oracle integration ?

sai krishna2815
Member Posts: 1 Blue Ribbon
How can i skip or eliminate extra blank records in a file in oracle integration , when i try to read the file it is erroring out due to the blank records at the end . It is not consistent some times if the file is not having blank records it is processing well. It is erroring only when the file has blank records at the end .
Process I am doing in the integration is first downloading the file and the read the file from the location using stage concept.
Thanks
Sai
Tagged:
Answers
-
Hi,
You can create a Jython procedure in ODI to remove the empty lines, prior to executing the mapping.
Adrian