Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@94158 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6637964723
commit
a17d4b01cf
|
@ -2118,7 +2118,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
parameterInstances.put(Constants.PARAMETER_HASHEADER, hasHeader);// true
|
||||
parameterInstances.put(Constants.PARAMETER_FIELDMASK,
|
||||
csvImportSession.getColumnToImportMask());// Column Mask
|
||||
|
||||
parameterInstances.put(Constants.PARAMETER_SKIPERROR, csvImportSession.isSkipInvalidLines());
|
||||
return parameterInstances;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ public class Constants {
|
|||
public static final String PARAMETER_ENCODING = "encoding";
|
||||
public static final String PARAMETER_HASHEADER = "hasHeader";
|
||||
public static final String PARAMETER_FIELDMASK ="fieldMask";
|
||||
public static final String PARAMETER_SKIPERROR ="skipError";
|
||||
public static final String PARAMETER_SEPARATOR = "separator";
|
||||
public static final String PARAMETER_COLUMNS = "columns";
|
||||
public static final String PARAMETER_URL = "url";
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="${groupId}.${artifactId}.2-1-0"
|
||||
date="2014-04-04">
|
||||
<Change>Added replace value operation</Change>
|
||||
<Change>Added share</Change>
|
||||
<Change>Added clone operation</Change>
|
||||
<Change>Added retrieve of codelist</Change>
|
||||
<Change>Added delete and apply template operation</Change>
|
||||
<Change>Added the management of views</Change>
|
||||
</Changeset>
|
||||
<Changeset component="${groupId}.${artifactId}.2-0-0"
|
||||
date="2014-02-01">
|
||||
<Change>Added column delete operation</Change>
|
||||
|
|
Loading…
Reference in New Issue