Write TXT File

Hi, there: A Question: Is it possible to write these data to a txt file (not a csv). I would use this data to modify a php file.

Is a sample available for the function node ?
Thanks,
Stefan

In what format? So how would the data of the columns be separated?

Like this:
$config[‘KIZEO’][‘USERID’][‘030’] = “206351”;
$config[‘KIZEO’][‘USERID’][‘031’] = “367300”;

Example:
$config[‘KIZEO’][‘USERID’][‘carid here’] = “driver here”;

Then i like to write it via write binary

You understand ?

I have a old application here that is configurated via php files.

You can do this:

3 Likes

Jan, this works: i put this Codesnippet in my storage to use it in other projekts. Only one question:
How i can put in the first line a “<?php”

Thanks again,
Stefan

Great to hear!

It is possible like this:

Have fun!

2 Likes