79468062

Date: 2025-02-25 22:48:00
Score: 1
Natty:
Report link

I figured it out after I visited How to convert any date format to yyyy-MM-dd and clicked the link to String Format for DateTime [C#].

I changed:

column_L.NumberFormat = "yyyy-mm-dd";

to

String.Format("yyyy-mm-dd", column_L);

If anyone needs more details, the YouTube video I mention with my original question is: Learn SSIS: 156 How to change excel column to numeric in ssis.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mindy