Hi all!
Can we convert nupkg file to a text file?
My requirement is that I need to move the code to a new environment .
I need to ship the code through an email but that server is not accepting any zip or nupkg files.
I was able to ship TXT files.
Try to change the extension and save the file and then after in the target machine try to change back to nupkd and check if it works
Cheers
I have already tried that but still no able to move the file.
The mails not reflecting back in that server.
Is there any other options available which I can try @Anil_G
Tried password protecting the zip file and send?
We shpuld check normally what option works for you?
And why do you want to attach in mail only?
Why not upload to sharepoint or any other location and give in mail?
Is the mail not reaching because of org restrictions? If so we need yo understand what those are
Cheers
Hi Rahul,
You can open all the files inside the .nupkg with Notepad and save them into a single txt file using a specific separator. When you move this combined txt file to the new environment, you will need to split them into separate files again. Maybe you can write a small script to make this easier.
Cheers,
Kardelen