Reputation: 137
I have to compare two csv files using Mule.
I have to find details like new rows added, deleted or updated. I have searched but there is no such feature/component.
Can I use a bash script in mule?
I know I can use a Java component, but am soliciting better suggestions or ideas. Please suggest pointers to get me started.
Upvotes: 0
Views: 839
Reputation: 5115
In Mule you can leverage a Java component, and there are a number of solutions to this problem using Java.
Upvotes: 1