IT Certification Exams

Assuming that property impex.legacy.scripting is set to false and ‘Enable code execution’ is che

Assuming that property impex.legacy.scripting is set to false and ‘Enable code execution’ is checked, what are the results of the following ImpEx script?

INSERT_UPDATE Title;code[unique=true]
#%groovy% beforeEach: line.clear();
;foo;
;bar;
;baz;

A. New entries will NOT be updated or inserted in the table titles.

B. All “foo”, “bar”, and “baz” codes will be updated or inserted.

C. All data rows will be cleared of unnecessary space.

D. Only the Title with code that equals “baz” will be updated or inserted.

Reference: https://answers.sap.com/questions/12761407/is-anyone-able-to-execute-impex-script-with-groovy.html