|
|
|
|
|
by scarface74
1229 days ago
|
|
For me it works for small stand alone utility scripts. But the most impressive thing I was able to get it to do was. “Given an XML file with the format {[1]} and a DynamoDB table with two fields “Key”, “Value”, write a Python script that replaces the Value in the xml file when the corresponding key is found. Use argparse to let me specify both the input xml file and the output XML” It spit out perfect Python code. I hadn’t used XML in well over a decade and I definitely didn’t know how to read xml in Python. I didn’t want to bother about learning. I actually pasted an XML sample like the link below. [1] https://learn.microsoft.com/en-us/troubleshoot/developer/vis... |
|