I have a xml list of events. I have to format the document using xsl in a way that the ones that are for free (@GRATUITO = 1) appear on the right of the html ou
I've an Athena query which gives me the below table for a given IDs: ID ID_2 description state First row abc [MN, SD] Second row xyz [AL, CA ] I'm using the a
I want to drop the support for Cocoapods for a library I'm developing. The library is several years old, so it has a .xcworkspace file, an Example and all the s
for a project I have to analyze a txt file with over 200 resumes in it with python. I have to search trough the file and have to count if a specific key is ment
I created secrets in github actions and trying to use them in reusable workflow, but I am unable to make it work, However, If I pass secrets hardcoded from call
I have several XML URLs. XML URLs are updating everyday and I need to create database and add values everyday that was added in XML, Also I need to create data
can everyone tell me, what doese this mean from jenkins generic trigger. regexpFilterText("\$action-\$comment_body-\$changes_title_from") regexpFilterExpression
I am trying to change the type of column from string to Datetime using the code below (in Databricks notebook). import org.apache.spark.sql.functions._ val df\