156 How to change excel column to numeric in ssis

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 15

  • @Loknath7702
    @Loknath7702 8 месяцев назад

    Its very useful man, same requirement came in my project. Thanks

    • @learnssis
      @learnssis  8 месяцев назад

      I am so happy that it helped you in someway.

  • @AhmedHassan-wt6lv
    @AhmedHassan-wt6lv 4 месяца назад

    perfect

  • @JayanthJohn
    @JayanthJohn 7 месяцев назад

    Is their any way to get the same task done without using the script task?

    • @learnssis
      @learnssis  7 месяцев назад

      Sorry I am not aware about any other method. There are very minor chances that it can be done by some other method.

  • @heaven24
    @heaven24 3 месяца назад

    How to export data in excel table formatting using SSIS, with colourful header and border

    • @learnssis
      @learnssis  3 месяца назад

      Unfortunately SSIS does not have any component to make the formatting of excel file. It can only read\write data to\from excel file. To make the excel table formatting you would need to use a programming language like C# to do that, which you can use in script task.

    • @heaven24
      @heaven24 3 месяца назад

      Request to you please make a video on excel formatting through script task

  • @amarnadh9272
    @amarnadh9272 8 месяцев назад

    If Excel has multiple tabs, then how to define column name.

    • @learnssis
      @learnssis  8 месяцев назад

      Here we are getting the first sheet from excel file.
      // Get the first worksheet
      Microsoft.Office.Interop.Excel.Worksheet worksheet = (Microsoft.Office.Interop.Excel.Worksheet)workbook.Worksheets[1];
      I think if we have multiple excel sheets, then we can just loop through each excel sheet and do the same thing for every sheet. Need to test it more, but it should be doable if we can do it for one sheet.

  • @enriqueruiz320
    @enriqueruiz320 8 месяцев назад

    😱

    • @learnssis
      @learnssis  8 месяцев назад

      What happened ?

    • @enriqueruiz320
      @enriqueruiz320 8 месяцев назад

      @@learnssis Estoy emocionado de encontrar esto 🤭😅

    • @learnssis
      @learnssis  8 месяцев назад

      @@enriqueruiz320 Guau bueno. Muchas gracias.