Author Topic: Magic RDS: write parsed URL new song data to text file?  (Read 150 times)

davidmb

  • Newbie
  • *
  • Posts: 23
Magic RDS: write parsed URL new song data to text file?
« on: February 03, 2025, 10:39:37 am »
Hello,

I have a question.
 
Can Magic RDS, when using external Text sources for parsing URL for new songs data, also write the result it gets to a text file?
Maybe via Text conditions - if found, then execute?

Or any other way?

Thanks for your help in advance and br, David

Jan

  • Hero Member
  • *****
  • Posts: 1166
Re: Magic RDS: write parsed URL new song data to text file?
« Reply #1 on: February 03, 2025, 11:25:52 am »
  • Add a new Connection,
    kind: Bridge, con. type: Internal Channel, name: MyFileWriter
    data distribution (for example): saveto file:"D:\file.txt" mode:"rewrite"
     
  • In External text sources, add a line to the Output: sendto "MyFileWriter"
By selecting the mode, you can save only last record into the file ("rewrite") or keep all records ("append").

davidmb

  • Newbie
  • *
  • Posts: 23
Re: Magic RDS: write parsed URL new song data to text file?
« Reply #2 on: February 03, 2025, 02:05:35 pm »
Hi,

yes, that looks perfect. :)

Thanks for your help and br, David