Skip to main content

Questions tagged [format]

It may refer to text formatting, content format, file format, document file format, etc.

0 votes
1 answer
27 views

Why is there random stuff in my string when printing its bytes?

I'm trying to see how format string bug works and tried to explore it by myself. This is a simple program: #include"stdio.h" #include"string.h" struct mystruct{ char buf[32]; ...
Mateusz's user avatar
  • 11
0 votes
0 answers
15 views

Why is the date format different from that of my project in recent versions of the mysql net connector?

System.Threading.Thread.CurrentThread.CurrentCulture=System.Globalization.CultureInfo.CreateSpecificCulture("es-DO") System.Globalization.DateTimeFormatInfo.CurrentInfo.ShortDatePattern = &...
EnmanuelP's user avatar
0 votes
1 answer
39 views

How to efficiently store and query data with key-value pair in AWS S3 and Athena?

I have a dataset stored in AWS S3 and query using AWS Athena. The data is currently structured in two columns in S3 as follows: Dataset Customer_ID | Products_csv C1 | P1, P2, P3 C2 |...
Swapna K E's user avatar
0 votes
1 answer
30 views

How to avoid line breaks in function arguments when formatting code in python?

My work environment: vscode + flake8 + AutoFormat After save flake8.args: --ignore=E501,F401,W292,E203,F403. Now I'm facing this problem: Before formatting: parser.add_argument("--template",...
Huaisure Liu's user avatar
1 vote
0 answers
50 views

ColdFusion Oracle 12c Two Year date defaulting to 1900s instead of 2000s

I have a form with a number of date fields in it. input tag - cfinput type="text" name="orientation_date" value="#dateFormat(getData.orientation_date,'mm/dd/yyyy')#" ...
Michelle H's user avatar
0 votes
2 answers
29 views

How to format numbers on big query?

I've gone deep through big query documentation but found nothing about my issue. I would like to know how to format numbers in big query with and without decimals and with currency symbols . Ex: ...
Filipe Paganelli's user avatar
0 votes
1 answer
51 views

Translating pretty-print code to format directives

I am writing pretty-printing code in the style of Common Lisp, the language. While I have the intuition that this code could be written more compactly using format directives, I still did not succeed ...
Michaël Le Barbier's user avatar
0 votes
0 answers
23 views

What's the XML/JSON format for GSTR-1 & GSTR-3B?

I am building automation for filing the GSTR-1 & GSTR-3B XML format for filing GSTR-1 & GSTR-3B. if not XML then JSON A format for filing B2C GSTR-1 & GSTR-3B. Where can I find XML/json ...
PRIYANSHU SINGH's user avatar
0 votes
0 answers
13 views

Mixed bracket types. Is this json or something else?

I am trying to parse data from a URL. I think it looks like json but I'm not sure. The URL also doesn't end in .json (something like https://google.com/file). The format of the data on the page looks ...
Cyoung75's user avatar
-1 votes
0 answers
21 views

how to set x-axies background in ag-chart

I've read all the documentation on how to edit labels on the axes of grouped, stacked and normalized column and bar charts and while there is information on how to format labels in an AG-Grid chart, ...
Daniel Lewis's user avatar
0 votes
0 answers
7 views

Is it possible to copy contents and format of a range from other sheets to the first sheet depending on a condition in cell A1 of the first sheet?

I have content on Sheet 2 and Sheet 3 in cells B1:H29 including merged cells and coloured backgrounds. I need to devise a way of copying the data and format of the content from Sheet 2 or Sheet 3 ...
Allan Thompson's user avatar
-3 votes
0 answers
50 views

Convert from Date to OffsetDateTime with formatting [duplicate]

In my project, i have an entity called "Example" with a Date field. Since i'm working using swagger, i created the corresponding DTO using a .yaml file. Defining a "date" into the ....
boh's user avatar
  • 1
0 votes
2 answers
106 views

Creating hour column from HH:MM:SS data in R

I'm trying to create a data column that lists only the hour each observation took place from time data that's formatted as HH:MM:SS in R. I want to do this so I can group observations in my dataset by ...
anzac21's user avatar
1 vote
1 answer
25 views

How do I override auto formats in TERN functions like count_patients_with_flags?

TERN (Rtables) Package Formatting Functions Anyone here familiar with overriding auto formats in TERN functions like count_patients_with_flags? lyt_adae <- basic_table(show_colcounts = TRUE) %>% ...
Dimple Patel's user avatar
0 votes
0 answers
21 views

DateTime vs Date in Excel and power APPS

I have a PowerBI dashboard with comments in one tab comming from a list on an Excel file. I´m developing an app with power apps (which is inserted into powerbi) that should take certain data from the ...
Artemio Cruz's user avatar

15 30 50 per page
1
2 3 4 5
873