Need help in defining parameters of documents fields and content and run python code to audit those documents to confirm if content in fields match or do not match and generate a report with list of document numbers that do not match
That is very very confusing, but I interpret your question into
Need help in
Defining parameters:
-document fields (string? list? dictionary?)
-content (string? list? dictionary?)
In python when it does
-compare document field and content (item by item? letter by letter? entire thing?)
if not match → report it (write into file? return it in list? format the report in fancy way?)
If I have any misunderstanding of the problem please tell me
Also please provide the answer for the bold questions above for further help
Also, assuming this is you and the only public project you have is an html project, is your want actually related to html and js?
By the way this should be code help not replit help
what @TaokyleYT is trying to say, in a nutshell, is please send the code you have at the moment, explain a little more clearly, and also everything you have tried thusfar (as well as the outcome of each attempt)
Hi @Ldavid4, welcome to our community!
What is your current code, when you attempted this? Or did you not attempt this yet? If not, please do, and don’t expect anyone on the forum to do all the work for you. We’re happy to help if you encoutner any problems making this, or give you an overview of the tools you’ll need to make it work, but we won’t create the program entirely so you can just copy our code, as we want you to learn.