The function to close the Java writer.
var csvWriter = new CSVWriter("output/test.txt", ",", "\"", "MS932"); ... csvWriter.close();
csvWriter. close ( )
void