I want to convert my input excel's data to columns with talend, like show the picture bellow. Any help please? I'm junior to this
Regards
enter image description here
There is custom component for this on the Talend Exchange for pivoting rows to columns. Check out this tutorial
Related
input and output requirements
I am totally beginner in Pyspark. I have tried with diff. regular column operations but how can I filter out every row?
thanks in advance.
I am trying to retrieve arrival rates from a excel spreadsheet in my model but I don't have the option to select the specific row and column i want. How can I ensure that a specific cell is chosen? (For example i want the value 5 corresponding to "limeConveyor" row and "red" column.
This is the sample spreadsheet
This is the properties window
Thank you in advance for your help! :)
Edit 1:
I am currently unable to select "red" from the
dropdown list of value column. Is my program bugged or something?
Maybe to clarify Felipe's reply: I suspect your dbase table is not setup correctly and doesn't match your xls screenshot.
First, load your spreadsheet into an AnyLogic dbase table using the wizard. It should then look like this (note the column properties: the column type is important):
Now in your source, you can easily load the required column-row combination and the valuer-dropdown allows you to select "red" if you want:
You can find the example model that I used for the screens here, hope this helps.
I am new to Pentaho Data Integration, and I am looking to take the below column data and have an output for each entry in the date columns. Not sure how this can be done in spoon.
I have looked into the Denormalisation step, but examples are not very good that I have found. Also, I am not sure it would get me an output for each column value.
Starting Data:
Desired Data:
Pentaho Forum version with sample files attached.
For this I found out you need to use the normaliser step with the below settings.
Results:
I want to create a crossstab with stacked measures but can't seem to figure out how to accomplish this. I basically want an output that looks like the below:
looks like this type of output can't be done using the crosstab wizard so I've tried manipulating the xml but still not getting this to work.....any suggestions would be greatly appreciated.
Thanks
You can achieve this, either by creating new variables for variance and adding them to row groups or by creating new fields, calculating the variance values in the java/sql code and using them as row group values in the crosstab.
I want the below design in iReports where column is generated dynamically based on a formula.
How can this be done? Please suggest.
You can use list component to achieve this.
I suggest that you use the crosstab component.
The crosstab allows you to set a data source for printing the columns.
The problem is, I don't know (and maybe it is not possible) to dynamically adjust the column with. If the number of columns varies in size your report will not have always the same layout.