I'm new at .js and need a little nudge..
For my first attemt I have a lot of html files in a folder and I want to get a specific part of the files listed in a separate file. How do I do this?
I have ( part of one file, the others are similar):
</script></scripts><parameters><parameter name="Revision" type="Num" description="R500 Rev.1" defaultvalue="R500 Rev.1"/></parameters><shapes><shape><element><html>
I want something like this saved to a new file:
Folder1;Filename;type=Num
Folder1;Filename1;defaultvalue=R500 Rev.1
Folder1;Filename2;type=Num
Folder1;Filename2;defaultvalue=R500 Rev.1
Should I use grep, query or something like defineproperty? I'm using notepad++ if this information is important. Thank you and have a nice day.
Johanna