You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an if else statement series that checks for the file endings and
if the ending is xlsx then proceed with excel import
elsif ending is csv import from csv
elsif ending is .txt or .tab then import using tab deliminated format
The text was updated successfully, but these errors were encountered:
Add an if else statement series that checks for the file endings and
if the ending is xlsx then proceed with excel import
elsif ending is csv import from csv
elsif ending is .txt or .tab then import using tab deliminated format
The text was updated successfully, but these errors were encountered: