Skip to content

Issue with data not being loaded to dbo.FileData #3

@ralveshsdyn

Description

@ralveshsdyn

Hello i have 2 issues, the first one i solved by adding "_auto/' in the stored procedure:

"DECLARE @BulkFile NVARCHAR(MAX) = 'csv/_auto/' + @sourceFileName;"

Else i would get an error of file not found or no rights. And it makes sense since the files are in the "_auto" folder inside csv container right?

Another issue that i cant solve is that data from file is not loaded to dbo.FileData.
Theres no errors at all in console and data is added to in "dbo.File" table, but nothing in dbo.FileData.

Any ideas? Thanks

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions