Disclaimer
Please accept my apologies if this is a question that has been asked before. I've checked the forums, but could not find a solution or thread related to my issue.
I have a text file in the following format:
I am brand new to UE scripting, and not very familiar with JS scripting. Any and all help is greatly appreciated.
Thank you in advance.
Please accept my apologies if this is a question that has been asked before. I've checked the forums, but could not find a solution or thread related to my issue.
I have a text file in the following format:
- table_name_01 [tab] column_name_01
table_name_01 [tab] column_name_02
table_name_01 [tab] column_name_03
...
...
...
table_name_99 [tab] column_name_99
- read each tab-delimited line
create a new document based on the table_name
put the column_name in the table_name document
read the next line
if a document of table_name already exists, append the column_name
if a document of table_name does not exist, create a new document based on the table_name
put the column_name in the table_name document
I am brand new to UE scripting, and not very familiar with JS scripting. Any and all help is greatly appreciated.
Thank you in advance.