Skip to content

Commit 0519364

Browse files
committed
Excel works as well for the input file
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1303504 13f79535-47bb-0310-9956-ffa450edef68
1 parent 75bd702 commit 0519364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/PerformanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class PerformanceTest {
5454
private static int num = 0; // number of elapsed times recorded
5555
private static long[] elapsedTimes = new long[max];
5656

57-
private static final CSVFormat format = CSVFormat.DEFAULT.withSurroundingSpacesIgnored(false);
57+
private static final CSVFormat format = CSVFormat.EXCEL;
5858

5959
public static void main(String [] args) throws Exception {
6060
final int argc = args.length;

0 commit comments

Comments
 (0)