Skip to content

Commit b6988aa

Browse files
authored
Update Utils.scala
1 parent 36a6071 commit b6988aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/sparkTutorial/commons/Utils.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package com.sparkTutorial.commons
22

33
object Utils {
44
// a regular expression which matches commas but not commas within double quotations
5-
val COMMA_DELIMITER = ",(?=([^\"]*\"[^\"]*\")*[^\"]*$)";
5+
val COMMA_DELIMITER = ",(?=([^\"]*\"[^\"]*\")*[^\"]*$)"
66
}

0 commit comments

Comments
 (0)