Viewing 2 posts - 1 through 2 (of 2 total)
Thanks Phil. But I don't think the ContentTypeID column is the issue. It's ID. I assume that the same solution can be applied there right?
September 7, 2022 at 2:21 pm
#4084952
I'm trying to map to the ID column in SQL. This is the table I'm mapping my csv file to:
CREATE TABLE [csv].[File_Stage](
[Id] [INT] NULL,
[ITS Service ID] [VARCHAR](250) NULL,
[Service Name] [VARCHAR](250)...
September 7, 2022 at 1:59 pm
#4084929