Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 179835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:28:39+00:00 2026-05-11T14:28:39+00:00

I need a format to transfer data from program A to program B, and

  • 0

I need a format to transfer data from program A to program B, and obviously I’d prefer to use a standard format. On the face of it XML would be perfect for this job, or possibly JSON.

The fly in the ointment is that I need the format to be incremental: program A appends data to the file from time to time, then program B slurps the whole lot when it is ready. From what I’ve read, neither XML nor JSON can do this, because they both require exactly one top-level element in a file.

Is there anything I’m missing?

Clarification:

I need structure of the kind XML provides and CSV doesn’t. (Well I could make a mutant variant of CSV that nothing else would be able to read, but that’s what I’m trying to avoid.)

A doesn’t know when it will be finished (depends on user actions, availability of network connections and other such unpredictable variables), so A can’t say ‘now I will write the last end tag and handover to B’ because A might be called again before B.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:28:40+00:00Added an answer on May 11, 2026 at 2:28 pm

    So A always needs to write a well-formed file such that B can read it at any time.

    If you use XML (and that seems appropriate) you will always have to write a well-formed document (e.g. containing one root node and subnodes within). So you’ll have to maintain a DOM object in your process. Depending on memory consumption, that may well be fine.

    A can write this whenever an update comes in. The problem here is that writing a file will take a finite amount of time, and you don’t want B to read a partially-written file. Some form of signalling that the file is complete will be required here (using temp files as semaphores, renaming etc.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 117k
  • Answers 117k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I figured this out at some point yesterday. Pretty straight… May 11, 2026 at 10:46 pm
  • Editorial Team
    Editorial Team added an answer Are you looking for something like this? import sys, inspect… May 11, 2026 at 10:46 pm
  • Editorial Team
    Editorial Team added an answer In the DataGridViewComboBoxColumn, there is a property called DisplayStyle. Set… May 11, 2026 at 10:46 pm

Related Questions

I'm maintaining a legacy embedded device which interacts with the real world. Generally speaking,
I've just been tasked by my boss to implement in a week a way
I have a set of configuration items I need to persist to a human
How are you instrumenting your UI's? In the past I've read that people have

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.