Skip to content

Commit

Permalink
0000915: backslash (\) is exported as doubule backslash (\\) in CSV f…
Browse files Browse the repository at this point in the history
…ormat
  • Loading branch information
chenson42 committed Nov 21, 2012
1 parent 184c8ea commit 287df7c
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -21,9 +21,6 @@

package org.jumpmind.symmetric.service.impl;

import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.sql.DataTruncation;
import java.sql.Types;
import java.util.ArrayList;
Expand All @@ -49,7 +46,6 @@
import org.jumpmind.symmetric.common.Constants;
import org.jumpmind.symmetric.common.ParameterConstants;
import org.jumpmind.symmetric.common.TableConstants;
import org.jumpmind.symmetric.csv.CsvWriter;
import org.jumpmind.symmetric.db.SequenceIdentifier;
import org.jumpmind.symmetric.ext.IHeartbeatListener;
import org.jumpmind.symmetric.io.data.Batch;
Expand Down

0 comments on commit 287df7c

Please sign in to comment.