Spreadsheet input from Road splines from excel node (BIM4STRUCT Package)

Hi All,
is the input spreadsheet can take input from .txt file ?or it takes only input from only excel files.
I’m trying to export coordinates from Microstation to draw bridge control line in Revit through dynamo.
Microstation software exports coordinates in .txt format
how can I generate road or bridge profile if I can information in .txt format.??

Thanks

Use File.ReadText node.
image

1 Like

Or:
Use Excel to open the .txt file and save as .xlsx
Excel will open a wizard to read the .txt and format it in rows and columns

1 Like

Thank you to both of you for replying