Skip to content

Commit

Permalink
Fixing deliverables
Browse files Browse the repository at this point in the history
Also adding a zip for the market place
  • Loading branch information
jfmonteil committed May 14, 2020
1 parent 6a9a12d commit 9c32212
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file modified delivery/PentahoGoogleSheetsPlugin-4.1-distribution.zip
Binary file not shown.
Binary file modified delivery/PentahoGoogleSheetsPlugin-4.2-distribution.zip
Binary file not shown.
Binary file modified delivery/PentahoGoogleSheetsPlugin-marketplace.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,9 @@ private void getSpreadsheetFields() {
PentahoGoogleSheetsPluginInputFields sampleInputFields = new PentahoGoogleSheetsPluginInputFields();
String columnsLetter=getColumnName(j+1);
logBasic("column:"+Integer.toString(j)+")"+columnsLetter);
Integer nbSampleFields=Integer.parseInt(transMeta.environmentSubstitute(sampleFields.getText()));



String sampleRange=transMeta.environmentSubstitute(meta.getWorksheetId())+"!"+columnsLetter+"2:"+columnsLetter+transMeta.environmentSubstitute(sampleFields.getText());
logBasic("Guess Fieds : Range : "+sampleRange);
Expand Down Expand Up @@ -833,6 +836,7 @@ private void getSpreadsheetFields() {
{
item.setText(2, "String");
}

}
}
}
Expand Down

0 comments on commit 9c32212

Please sign in to comment.