Hi,
I have created folder compare session in which have a child data compare session with marking column as unimportant.
This I done by updating the BCSession.xml file manually using vb code
After loading folder session using script, I am getting unimportant difference as important. After I checked the session property it is showing again as important column
I used a script mentioed below
load "test"
filter filename.csv
Select all
data-report layout:side-by-side options:display-mismatches,line-numbers output-to:"outputpath" output-options:wrap-word,html-color
Kindly suggest if any solution on the same or if any mistake i have done in saving the session
Thanks in advance
I have created folder compare session in which have a child data compare session with marking column as unimportant.
This I done by updating the BCSession.xml file manually using vb code
After loading folder session using script, I am getting unimportant difference as important. After I checked the session property it is showing again as important column
I used a script mentioed below
load "test"
filter filename.csv
Select all
data-report layout:side-by-side options:display-mismatches,line-numbers output-to:"outputpath" output-options:wrap-word,html-color
Kindly suggest if any solution on the same or if any mistake i have done in saving the session
Thanks in advance
Comment