You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SpagoBi Studio it possible to use flat file .csv coded in UTF-8 with comma as delimiter, the issue comes when you need to deploy it to spago Bi server then you need to create data set and there comes an issue you can create data set for it , but the file that has comma as delimiter won't be supported - it's necessary to convert to one with semi colon as delimiter becasue , file with semi-colon will be only supported.
Does it works as designed ? Is it possible to deploy Flat file based Birt reports on SpagoBI server?
Same with configuring Data Source for deploying BIRT report based on flat file- ... when deploying report you need to pass data source..
I tested with different configuration of csv files and below please find my findings:
Spago BI Server | Spago Studio
ANSI format, semi-colon as delimiter | works fine | reuturns concatenation of values stored in row
| |
ANSI format, comma as delimiter | reuturns concatenation of values stored in row | works fine
| |
UTF-8 format, semi-colon as delimiter | works fine | reuturns concatenation of values stored in row
| |
UTF-8 format, comma as delimiter | reuturns concatenation of values stored in row | works fine
Comments
no comments
The text was updated successfully, but these errors were encountered:
Details
People
Dates
Description
In SpagoBi Studio it possible to use flat file .csv coded in UTF-8 with comma as delimiter, the issue comes when you need to deploy it to spago Bi server then you need to create data set and there comes an issue you can create data set for it , but the file that has comma as delimiter won't be supported - it's necessary to convert to one with semi colon as delimiter becasue , file with semi-colon will be only supported.
Does it works as designed ? Is it possible to deploy Flat file based Birt reports on SpagoBI server?
Same with configuring Data Source for deploying BIRT report based on flat file- ... when deploying report you need to pass data source..
I tested with different configuration of csv files and below please find my findings:
ANSI format, semi-colon as delimiter | works fine | reuturns concatenation of values stored in row
| |
ANSI format, comma as delimiter | reuturns concatenation of values stored in row | works fine
| |
UTF-8 format, semi-colon as delimiter | works fine | reuturns concatenation of values stored in row
| |
UTF-8 format, comma as delimiter | reuturns concatenation of values stored in row | works fine
Comments
no comments
The text was updated successfully, but these errors were encountered: