Refactor approach to loading JSON from CSV files so that ampersand and single-quote characters are respected. Since bc5e3d47 the single-quote and ampersand characters have been replaced with double-quote and comma, respectively.
This behavior blocks our ability to upgrade from EasyTest 0.8 to 1.3.x because we have a number of csv data files that use the ampersand character (&):
Refactor approach to loading JSON from CSV files so that ampersand and single-quote characters are respected. Since bc5e3d47 the single-quote and ampersand characters have been replaced with double-quote and comma, respectively.
This behavior blocks our ability to upgrade from EasyTest 0.8 to 1.3.x because we have a number of csv data files that use the ampersand character (&):