I am trying to tidy up a corpus with way too many tags. To do this, I want to filter out/remove the useless tags but keep the text content. I'm quite new at wor
I'm looking for the following design in my android app: I want the main screen to be a TabLayout with 3 tabs, and a ViewPager2. From each one of the 3 fragments
I have a copy pipeline set up that connects to an SFTP server (on Azure Synapse). I have used it to copy csv files and this works fine, but now I have the compl
I have 65 xml files that I need to convert to .CSV, and save each converted file as a separate .CSV file. I have tried using a for loop but am not having any lu
I got my source data XML into snowflake stage tables. It's quite a complex XML document data for each record in the table. I got some of the elements using flat
here is what I want to do, This my spend.csv file : "Date","Description","Detail","Amount" "5/03/21","Cinema","Batman","7.90" "15/02/20","Groceries","Potatoes",
I have a Obfuscator XML that obfuscates the hardcoded file names <?xml version="1.0" encoding="utf-8" ?> <Obfuscator> <Var name="InPath" value=
I use viewPager2 in my app with custom adapter and in layout i use my viewpager2 in linearLayout. i set the height and width of my viewpager2 to matchParent, an
I want to build test files from www.unicode.org manually in XML How can I do it? example code is here part 1 # When other cursive scripts are
I have an XML file I'm trying to import into Access. I need help formatting the XSL transform to match the data. Right now, the XML imports as 3 separate tables
class LoadXml extends React.Component { constructor() { super(); this.state = { total_page: null, menu_array: [] }; }
When using an IDE like Visual Studio or Rider for C#, writing triple-slashes auto-completes to an XML-style comment, along with fields for input and output (whe
Edit 2: It seems I got the persistance of the changes wrong. It will simply record the new elements for the last record in the csv file. How do I keep the added
From this string : label_config={ "label1": [ "modality1", "modality2", "modality3"], "choice":"single", "required": "true",
How i can chage color, for tag in my many2many field. example:
I've been trying to get data from my database into a table on my website using js/php but I can't get the php to give a valid xml to the script. This is the php
I'm currently creating project with blocks that can be connected (like blender or UE). And I found github project (VWorkflows) that I connected using its tutori
I need to save an HTML webpage as a pdf in my google Drive. I am using app script. However, the PDF is rendered differently from the HTLM page. I need the PDF t
I need to count specifics occurences on XML ("true" or "false") and get the results in a table I try using a tXMLMap but so far without success. Any idea where
I have created a custom input dialog for my application, and in terms of funcionality it works, but every time it has a sort of square background which distones