Do you want to create a record in the workspace and then add it to your excel table?
In that case you can use a Creator to create an object and connect it to an AttributeCreator to fill in the information you want and then just connect the streams of your excel table and the newly created object(s).
If you have records from another table you want to join in you can just connect the two streams to one, with a junction for example or just directly into the writer, and the records will be appended into one table.
Thank you very much! One last question: how can I adjust this text file so that the decimal point of the value at the end of each record is always aligned in the same position? Please have a look at the attached images and file.
You can try and use a Column-Aligned Text (CAT) Reader when you read in the data. In the parameters you can change the position of the ruler (red arrow) so that it is between the two data columns and it creates 2 different attributes. Then you can manipulate the data however you want and write it out in your desired format.
No, the input file is the Excel file I’m attaching now. I need to convert it into a text file where the decimal point of the elevation value (.) is positioned exactly at column 66 (i.e., column 66 in the text editor).