i have a excel in that there is a date column which contain two date format in that single date column (dd/mm/yyyy and dd-mm-yyyy ) And when i make SSIS package for this then it read only one date format and write all NULL for other one format. in result i get null values for dd-mm-yyyy and get correct values for dd/mm/yyyy. please respond fast and resolve this problem as soon as possile.
Take a look at this video, and use C# to import the file into sql server table, once data is imported, you can write an update query to fix the date at sql server table level. ruclips.net/video/zQ3syUsAzYY/видео.html
@@learnssis but i can't change anything in original excel file and while importing in sql server gets same problem, getting null values in the place of dd-mm-yyyy format and getting correct values for dd/mm/yyyy format. i given the below how column looks like with input and output in ssis package. Date input | output Date dd/mm/yyyy column | column dd/mm/yyyy dd/mm/yyyy dd/mm/yyyy dd/mm/yyyy | dd/mm/yyyy dd/mm/yyyy | dd/mm/yyyy dd/mm/yyyy | dd/mm/yyyy dd/mm/yyyy | dd/mm/yyyy dd-mm-yyyy | Null dd-mm-yyyy | Null dd-mm-yyyy | Null dd-mm-yyyy | Null dd-mm-yyyy | Null Please Provide solution in SSIS
PGP stand for Pretty Good Privacy. GPG stands for GNU privacy Guard. Both of these programs are used to encrypt and decrypt data, messages, and emails. The difference between the two is that GPG is open-sourced where PGP is not.
How to pass the key while pulling ssis from job?
I want 9 digits of data was decrypted by total file data
i have a excel in that there is a date column which contain two date format in that single date column (dd/mm/yyyy and dd-mm-yyyy ) And when i make SSIS package for this then it read only one date format and write all NULL for other one format.
in result i get null values for dd-mm-yyyy and get correct values for dd/mm/yyyy.
please respond fast and resolve this problem as soon as possile.
Take a look at this video, and use C# to import the file into sql server table, once data is imported, you can write an update query to fix the date at sql server table level.
ruclips.net/video/zQ3syUsAzYY/видео.html
@@learnssis but i can't change anything in original excel file and while importing in sql server gets same problem, getting null values in the place of dd-mm-yyyy format and getting correct values for dd/mm/yyyy format.
i given the below how column looks like with input and output in ssis package.
Date input | output Date
dd/mm/yyyy column | column dd/mm/yyyy
dd/mm/yyyy dd/mm/yyyy
dd/mm/yyyy | dd/mm/yyyy
dd/mm/yyyy | dd/mm/yyyy
dd/mm/yyyy | dd/mm/yyyy
dd/mm/yyyy | dd/mm/yyyy
dd-mm-yyyy | Null
dd-mm-yyyy | Null
dd-mm-yyyy | Null
dd-mm-yyyy | Null
dd-mm-yyyy | Null
Please Provide solution in SSIS
@@neerajbohara6891Take a look at this video and see if setting IMEX=1 works for your excel file
ruclips.net/video/i4zE9yP2grA/видео.html
@@learnssis i already tried setting IMEX=1 but got same result.
it scan only first 8 rows but i'm getting null value after 13 rows.
@@neerajbohara6891then we need to use C# for importing it.
Can you show how to run this decryption package from SQL server agent?
You can see the steps here, like how to run the ssis package from ssis catalog.
ruclips.net/video/qrV2FbQpU3I/видео.html
In ssis ,there's a open pgp task of cozyroc you can explain with that as well please
I found this video for pgp task from Cozyroc for encryption and decryption.
ruclips.net/video/EcBQjCipP2g/видео.html
@@learnssis thank you
is the extension .gpg and .pgp are both same encryption?
PGP stand for Pretty Good Privacy. GPG stands for GNU privacy Guard. Both of these programs are used to encrypt and decrypt data, messages, and emails. The difference between the two is that GPG is open-sourced where PGP is not.
@@learnssis Thank you, I have dropped an email could you please check and reply.