Skip to content

@sqlrooms/project-builder / processDroppedFile

Function: processDroppedFile()

processDroppedFile(__namedParameters): Promise<{ tableName: string; fileInfo: ProjectFileInfo; }>

Parameters

ParameterType
__namedParameters{ file: File; existingTables: string[]; }
__namedParameters.fileFile
__namedParameters.existingTables?string[]

Returns

Promise<{ tableName: string; fileInfo: ProjectFileInfo; }>