python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trouble executing SQLPS or PowerShell from T-SQL script using xp_cmdshell
I had originally created a set of scripts to extract the results from a system of dynamic queries to CSV using SQLCMD. However, due to large text fields in the datasets containing a large amount of fo...
Tom
Votes: 0
Answers: 1
How do I export my django model into custom csv?
I have a Django app in which I maintain products for a webshop. Since many products have multiple variations and working in Excel is not optimal, I thought Python could help me and make the work easie...
sokolata
Votes: 0
Answers: 2
List Response Group agent participation from csv file
I`m trying to import a csv list of skype for business on-prem users and to run the
"Get-CsRgsAgentGroup | Where {$_.AgentsByUri -Like “risual.user” | FT Name"
command for each user in the cs...

ADK
Votes: 0
Answers: 1
How to efficiently export 3 million documents from MongoDB Atlas collection to CSV file using NodeJS
we have a collection in MongoDB Atlas with 3 million documents and using NodeJS we need to export them to CSV. We cannot use MONGOEXPORT or MONGODUMP, it is a process that must be developed as an API....

Alejandro XPi
Votes: 0
Answers: 1