I am literally stuck with this!. Need urgent help on this guys. the scenario is like I a m having two csv s with one column as integer and another column as string. I need to compare these two csv s to find the similarities and disimilarities.I used for loop to loop the 2 csvs and after that I ma stuck with “enter vb expression” in the IF loop I used.Expecting your contributions soon. Thanx in advance.
Guys. I got the output data table for similarities in csv. But I am not getting the output for dissimilarities.
I used CInt(row(0))=CInt(item(0)) in If statement.
Can you please help.
hi, can you please give correct input and out put for your workflow. its bit confusing to understand your requirement. use sample values and give your two input tables and what kind of output you need.
Thanks bro…
I have two input csv files.
It should be compared and the “similarities” should be one ouput csv file and the “Differences” should be another.
Each csv consists of 2 columns and 3 rows
INPUT
csv1 csv2
1 a 1 a
2 b 2 b
3 c 4 d
OUTPUT : Similar Dissimilar
1 a 3 c
2 b 4 d
I got the workflow for getting “Similar” output. But need help for the second one “Dissimilar”
Thanks in advance!